Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerolux authored Sep 24, 2024
1 parent e14089b commit 3e3f9f7
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## Pull Request Title

### Description
Please provide a brief summary of the changes introduced by this pull request.

- **What issue does this solve?** (e.g., Bug fix, feature enhancement, refactoring, etc.)
- **Why is this change necessary?**
- **Additional context or background information:**

### Type of Change
Select the type(s) of changes made in this pull request:

- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update
- [ ] Code refactor
- [ ] Tests
- [ ] Other (please describe):

### Checklist
Please ensure the following before submitting your PR:

- [ ] I have tested my changes locally or in a staging environment.
- [ ] All automated tests pass.
- [ ] I have added or updated necessary documentation.
- [ ] I have reviewed my code for any security vulnerabilities.
- [ ] My changes are backward-compatible (if applicable).

### Related Issue(s)
If this pull request addresses or is related to an issue, please provide the issue number:

Fixes # (issue)

### Screenshots (if applicable)
If there are any visual changes, please provide before and after screenshots:

### Testing Instructions
Detail any specific instructions to help reviewers test this PR, if applicable:

### Notes for Reviewers
Include any additional notes or comments for reviewers here, such as potential areas of concern, points needing clarification, or things that require more scrutiny.

0 comments on commit 3e3f9f7

Please sign in to comment.