-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: cookieauth <[email protected]>
- Loading branch information
1 parent
d026748
commit 6758b39
Showing
1 changed file
with
62 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! 🎉 |