Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
Signed-off-by: cookieauth <[email protected]>
  • Loading branch information
cookieauth authored Nov 1, 2024
1 parent d026748 commit 6758b39
Showing 1 changed file with 62 additions and 4 deletions.
66 changes: 62 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
<!-- A short brief about your changes here. -->
# 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! 🎉

0 comments on commit 6758b39

Please sign in to comment.