-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contribution guidelines #66
Comments
I've had that on my todo list for a long time. Do you know of a good&simple example? Of course feature branches, merging to develop, and then merging to master is a good idea. Also guidelines or suggestions for other forms of contributions might be worth thinking of (Wiki, Gists, application code). |
I only ever wrote one, but it's not very applicable. Feel free to pick anything you like. Browse files on GitHub: https://github.com/search?q=filename%3ACONTRIBUTING.md Maybe these can be some inspiration: |
Thanks, that's great!
I made a Gist with a draft. I'm looking forward to comments and improvements! |
I suggest it might be good to add some brief contribution guidelines. Such as, what is the branching strategy involving
master
anddevelop
?Note that if it's named exactly
CONTRIBUTING.md
, GitHub will take notice and offer it for display when users make pull requests.The text was updated successfully, but these errors were encountered: