To standardize and improve the quality of our pull requests, we need to create pull request templates. These templates will ensure that all necessary information is provided and will streamline the review process.
Tasks:
[ ] Research and define the required sections for the pull request templates.
[ ] Create a general pull request template for the repository.
[ ] (Optional) Create specialized pull request templates for different types of changes (e.g., bug fixes, feature additions, documentation updates).
[ ] Add the templates to the .github/PULL_REQUEST_TEMPLATE/ directory in the repository.
[ ] Update the README.md with a section on using the pull request templates.
Acceptance Criteria:
General pull request template is created and added to the repository.
(Optional) Specialized pull request templates are created and added to the repository.
Templates are correctly placed in the .github/PULL_REQUEST_TEMPLATE/ directory.
Documentation on using the pull request templates is added to the README.md.
Additional Information:
Ensure the templates are clear and provide sections for description, changes, testing, and any other relevant information.
Consider including checkboxes for common tasks or requirements in the templates.
Description:
To standardize and improve the quality of our pull requests, we need to create pull request templates. These templates will ensure that all necessary information is provided and will streamline the review process.
Tasks:
Acceptance Criteria:
Documentation on using the pull request templates is added to the README.md.
Additional Information:
Ensure the templates are clear and provide sections for description, changes, testing, and any other relevant information. Consider including checkboxes for common tasks or requirements in the templates.
Related Issues/PRs:
N/A
Assignees:
N/A