Skip to content

Commit

Permalink
Added PR Template (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAlam1 authored Sep 4, 2024
1 parent f2993b9 commit 69d10f2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/PullRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Description
<!-- Provide a brief description of the changes made in this PR. -->

## Changes
- **Change 1**: Description of what was changed.
- **Change 2**: Description of what was changed.

## How has this been tested?
<!-- Describe the tests that you ran to verify your changes. -->

## Screenshots (if applicable)
<!-- Add screenshots to explain the visual impact of the changes. -->

## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update

## Checklist
- [ ] My code follows the style guidelines of this project. [Contributing](https://github.com/MeAlam1/BlueLib/blob/1.21/CONTRIBUTING.md)
- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code following the guidelines. [Contributing](https://github.com/MeAlam1/BlueLib/blob/1.21/CONTRIBUTING.md)
- [ ] My changes generate no new warnings.

## Related Issues
<!-- List any issues that this PR is related to or closes. -->

0 comments on commit 69d10f2

Please sign in to comment.