-
Notifications
You must be signed in to change notification settings - Fork 64
Development Workflow
goldy edited this page Jan 3, 2019
·
19 revisions
- Open an Issue
- Develop new feature or bug fix
- Test! Test! Test!
- Submit Pull Request
- Code Merged to Master
- Post-merge Testing
All development, whether for a new feature, bug fix, re-engineering task, or documentation or data update, MUST begin with opening an issue. An open issue allows for transparency, developer and community input, assignment of the task, and progress tracking.
To open an issue, follow these steps
Coding should take place in a branch, or ideally, in a fork
??