-
Notifications
You must be signed in to change notification settings - Fork 26
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
Make contributing file #198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just two comments relating to a technical workflow description.
- Do we want to give any specific commands or link to tutorials to using git?
- Kind of on that note, should we mention that one should realistically only work on one major branch/feature at a time?
Good point, I'll add in a git/github link. I think the one issue at a time thing is more for us than for everyone else. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to go
* Make contributing file * Create pull_request_template.md * Add links to git and github explainers
* Make contributing file * Create pull_request_template.md * Add links to git and github explainers
Adds documentation for how to contribute to our project. Closes #195