-
-
Notifications
You must be signed in to change notification settings - Fork 38
Development Process
Andor Penzes edited this page Jun 20, 2019
·
7 revisions
Development process:
- Create a ticket with the 'proposal' label
- Discussion about the proposal. It could have two outcomes; Accepted or Rejected. When accepted:
- Create a feature branch, including the ticket in the feature branch
- Develop the proposal. Code changes must covered by test cases, public APIs must be well documented.
- Create PR. Submit the PR for review. Discussion about the change. When PR is settled:
- Merge PR