- Fork the repository to your account
- more details about how to fork a repo can be found here:
- create a branch from develop branch
- name of the branch shoul be something like:
feature/GITHUB-ISSUE-ID-slug
(eg:feature/50-configprovider-update
) - including unit tests is encouraged
- open the PR to 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 unit tests
- open the Pull Request
- check that git workflows checks have passed