ucg/Contributing.md

10 lines
580 B
Markdown
Raw Permalink Normal View History

2019-05-30 18:36:36 -05:00
# 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.