Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 682 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 682 Bytes

Contributing

General Workflow

  1. Fork the repo
  2. Cut a namespaced feature branch from master
  • bug/...
  • feat/...
  • test/...
  • doc/...
  • refactor/...
  1. Make commits to your feature branch. Prefix each commit like so:
  • (feat) Added a new test
  • (fix) Fixed inconsistent tests [Fixes #0]
  • (refactor) ...
  • (cleanup) ...
  • (test) ...
  • (doc) ...
  1. When you've finished with your fix or feature, Rebase upstream changes into your branch. submit a pull request directly to master. Include a description of your changes.
  2. Your pull request will be reviewed by a member of the CodePrep team.