Pull Request creation checklist¶
-
Ensure your local code is up-to-date with the latest version in the remote repository.
-
Create a new branch for the feature or change you're making.
-
Make your code changes and test them thoroughly.
-
Commit your changes to the local branch.
-
Push the local branch to the remote repository.
-
Open a pull request in the remote repository to merge your changes into the main branch.
-
Add a detailed description of the changes made in the PR.
-
Attach relevant screenshots or other documentation to help explain your changes.
-
Request a code review from other team members.
-
Address any feedback or comments from the code review.
-
Repeat the code review process until all feedback has been addressed and the PR is ready to be merged.
-
Merge the PR into the main branch, once it has been reviewed and approved by the team.
Must have artifacts:
- PR template