[ ] The associated issue exists and is linked to this pull request.
One issue per pull request.
[ ] The pull request title matches the title of the associated issue.
[ ] The labels attached to this PR match the labels attached to the associated issue.
[ ] The assigned project matches the project of the associated issue.
[ ] The assigned milestone matches the milestone of the associated issue.
[ ] My code follows the coding style of this project.
The style is enforced by the .editorconfig files in the project and displayed as warnings. If there is an edge case, reach out, and let's discuss it.
[ ] I have manually tested my code changes to the best of my ability.
[ ] All tests passed locally.
This is required because unit tests might pass locally but not in the CI environment during the status check process or vice-versa.
Tests might pass on the developer's machine but not necessarily on the code reviewer's machine.
Status checks run for this pull request when merging into the develop branch. These status checks run every time a change is pushed to the pull request. These checks validate version syntax, tagging, builds, unit tests, and more.
Feature Pull Request
📋Review Checklist📋
[ ] The head(source) branch for this pull request is a feature branch, with the correct naming syntax, in the following example:
A head(source) branch is the branch being merged into a target branch.
Example
``` xml Syntax: feature/[ ] The head(source) branch for this pull request is created from a development branch with the name develop.
[ ] The base(target) branch for this pull request is a development branch with the name develop.
💡For more information on branching, refer to the project's branching documentation.
[ ] The associated issue exists and is linked to this pull request.
[ ] The pull request title matches the title of the associated issue.
[ ] The labels attached to this PR match the labels attached to the associated issue.
[ ] The assigned project matches the project of the associated issue.
[ ] The assigned milestone matches the milestone of the associated issue.
[ ] My code follows the coding style of this project.
[ ] I have manually tested my code changes to the best of my ability.
[ ] All tests passed locally.