Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 611 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (7 loc) · 611 Bytes

Please read the Hootenanny Developer's Guide for details on setting up an environment, coding standards, and development process. Hootenanny developers use a customization of the Gitflow workflow.

Workflow Summary

  • Open a repository issue for the new feature to be worked on.
  • Perform work for the feature on a new git feature branch named as the number of the issue opened.
  • Open a pull request and assign at least one reviewer to merge the feature branch into the "develop" branch mainline when the feature is complete.