Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

29 lines (21 loc) · 1.19 KB

Contributing

Familiarize yourself with the codebase and by reading the various contributing guides, particularly:

Then,

  1. Fork or clone this repository.
  2. Create a topic branch in your fork based on the correct branch (usually the develop branch, see Branches section below). Note, this step is recommended but technically not required if contributing using a fork.
  3. Edit the code.
  4. Push your branch and create a pull request when you are done.

Branches

  • We work in develop.
  • Our work happens in topic branches (feature and/or bug-fix).
    • feature as well as bug-fix branches are based on develop
    • branches should be kept up-to-date with develop

Pull Requests

  • Develop features and bug fixes in topic branches.
  • Topic branches can live in forks (external contributors) or within this repository (committers).
    • When creating topic branches in this repository please prefix with <developer-name>/.