diff --git a/Contributing.md b/Contributing.md new file mode 100644 index 0000000..9f9b825 --- /dev/null +++ b/Contributing.md @@ -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. \ No newline at end of file