- Fork the repository to your account
- more details about how to fork a repo can be found here:
- create a branch from the develop branch
- name of the branch should be something like:
feature/GITHUB-ISSUE-ID-slug(eg:feature/50-add-payment-method) - including tests is encouraged
- open the PR to the develop branch
- if there is no issue referenced, add a description about the problem and the way it is being solved
- Allow edits from maintainers
- include tests
- open the Pull Request
- check that git workflows checks have passed