-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Coordinate follows a trunk-based development model. A short-lived branch is created for an individual feature or bugfix. These branches are based off of the main
branch, and are merged back in and deleted in a timely fashion. Members of the PhenoApps GitHub Organization may create branches within the Coordinate
repository that correspond to an assigned issue with a short, descriptive name that excludes special characters. Contributors from outside the organization should fork the Coordinate
repo and work off of branches in their fork while ensuring they regularly sync their fork with Coordinate:main
.
Once a feature or bugfix has been implemented in a branch, the branch can be used to generate a pull request (PR) back to main
, or Coordinate:main
. When opening a PR, GitHub will prompt you to supply a PR title and fill out Field Book's PR template. The title should be a single sentence describing the contents of the PR, it can be identical to the release note that should also be added at the end of the template body. A longer description can be added at the top of the template body, including references to related issues that are being addressed or closed. Finally the type of change should be indicated in the first checklist, and all self-review and documentation steps should be indicated in the second checklist.