Skip to content

Commit

Permalink
Create CONTRIBUTING.md (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Dec 8, 2019
1 parent 4002fc3 commit 54e60e2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Contributing Guide
==================

Contributions are welcome! If you would like to help out, here are some suggestions for how to get involved.

## Get involved
[Watch][watchers] this repository to get notifications about all conversations. GitHub issues and pull requests are the authoritative
source of truth for design reviews, release schedules, and bug fixes.

## You don't have to contribute code

There are more ways to help that don't involve writing code.

* Respond to new issues. Users often open an issue to ask a question. You are welcome to offer your answer on the thread.
* :+1: Up vote features that you think are important.
* Look through issues labeled [closed-stale][closed-stale] to see if there are feature requests worth reviving.
* Review pull requests.

## Contributing code

* Open issues labeled ["help wanted"][help-wanted] are issues that I think are worth doing, but no one has volunteered to do the work yet.
Make a comment on issues you want assigned to yourself.
* Pull requests are more likely to be accepted if I have first agreed to accept a feature or bug fix. Open an issue first if you aren't sure.

## Questions?

Open a GitHub issue if you'd like to help and don't know where to begin.

[watchers]: https://github.com/natemcmaster/DotNetCorePlugins/watchers
[closed-stale]: https://github.com/natemcmaster/DotNetCorePlugins/labels/closed-stale
[help-wanted]: https://github.com/natemcmaster/DotNetCorePlugins/labels/help%20wanted

0 comments on commit 54e60e2

Please sign in to comment.