Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 580 Bytes

Contributing.md

File metadata and controls

10 lines (7 loc) · 580 Bytes

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.