Below are things to consider before submitting a PR, and how to submit one.
These include, but are not limited to:-
Don’t issue a PR from your develop branch, but instead from your feature branch. E.g. from origin/feature-169
to theheraldproject/develop
.
DCO commit checks will automatically run, as will unit tests. Please wait 2 minutes after submitting the PR until green ticks appear, and fix any issues there first.
If you issue a PR but someone else has merged changes for the same classes to develop since you started work, you will be asked to merge the current develop branch into your feature branch. This is a simpler task rather than requiring our core committers to take time away from feature work to merge your changes to the develop branch out of line.
You have now finished the contributor guide. Click to return to the Docs list.
To help you get started, see the documentation.