-
-
Notifications
You must be signed in to change notification settings - Fork 38
Development Process
Andor Penzes edited this page Jun 20, 2019
·
7 revisions
- Create a ticket with the 'proposal' label.
- Discussion about the proposal. It may have two outcomes; Accepted or Rejected. When accepted:
- Create a feature branch including the ticket reference.
- Create a task in the project One contributor can work only one task at a time. Tasks shows the activity within the project.
- Develop the proposal. Code changes must covered by test cases, public APIs must be well documented.
- Create a PR. Submit the PR for review. Discussion about the change. When the PR is settled:
- Merge the PR.
- Mark the task DONE.