MAINT: Add a Contributing.md document.

This commit is contained in:
Jeremy Wall 2019-05-30 18:36:36 -05:00
parent 4bca898eda
commit e4000b90d5

10
Contributing.md Normal file
View File

@ -0,0 +1,10 @@
# Contributing to UCG
Contributing to UCG starts in the Github Issue tracker. Bug reports, Feature Requests, Suggested modifications to the design all start with a Github Issue. Issues marked with the Help Requested label are a good place to start if you are unsure on where to begin.
# Pull Requests Process
* Before Merging Pull Requests must have a passing build.
* If the changes require modifying the reference documentation, exammples, or
README those changes should be included in the Pull Request.
* The Pull Request must run cargo fmt with no changes before merging.