From 6758b39092dfb879b0cd52d16f20d88b7556dd90 Mon Sep 17 00:00:00 2001 From: cookieauth Date: Thu, 31 Oct 2024 23:39:48 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Signed-off-by: cookieauth --- .github/PULL_REQUEST_TEMPLATE.md | 66 ++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ba37e80a2..9aefbc211 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,63 @@ - +# Pull Request for SudoBot -- Is Bugfix? *Yes/No* -- Related issues: *None* -- Closes: *None* +Thank you for contributing to SudoBot! Please fill out the sections below to provide context and ensure a smooth review process. + +--- + +## Type of Change + +Please select the type of change your PR introduces: +- [ ] Bug fix +- [ ] New feature +- [ ] Enhancement +- [ ] Documentation update +- [ ] Refactoring +- [ ] Other (describe below) + +--- + +## Description + +Provide a concise description of what this pull request does. Include relevant information about the problem it solves, new features added, or improvements made. + +> **Description:** _Your detailed description here_ + +--- + +## Related Issues + +Does this pull request address any existing issues? If so, please list them: + +- Closes #ISSUE_NUMBER +- Related to #ISSUE_NUMBER + +--- + +## Checklist + +Please confirm that your pull request meets the following requirements: +- [ ] I have followed the [SudoBot Contribution Guidelines](CONTRIBUTING.md). +- [ ] I have tested my changes to ensure they work as expected. +- [ ] My code follows the code style of this project. +- [ ] I have added relevant documentation (if applicable). +- [ ] I have updated tests or added new tests where necessary. + +--- + +## Testing and Verification + +Describe any tests you've run to verify your changes. If you encountered any edge cases, please mention them here. + +> **Testing Steps:** +> 1. _Describe the steps you took to test this PR._ +> 2. _List any relevant commands, inputs, or configurations._ + +--- + +## Additional Notes (Optional) + +Add any additional context, information, or screenshots here if applicable. + +--- + +Thank you for your contribution! 🎉