Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cainky committed Jul 21, 2023
1 parent cf1f15b commit 1f98d97
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Description

Please provide a brief summary of the changes made and the issue it addresses.

Fixes #(issue)

## Changes and Fixes

- [ ] I've added a new feature (provide details).
- [ ] I've fixed a bug (give a brief explanation of how it was resolved).
- [ ] I've made a breaking change (describe what was changed).
- [ ] I've made an enhancement to an existing feature (describe what was enhanced).

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Include any relevant details for test configurations and how to reproduce the tests.

## Checklist:

- [ ] My code follows the code style guidelines of this project.
- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly in areas that may be hard for others to understand.
- [ ] I have updated the documentation to reflect my changes.
- [ ] My changes do not generate new warnings.
- [ ] I have added tests that prove my changes are effective.
- [ ] New and existing unit tests pass locally with my changes.

0 comments on commit 1f98d97

Please sign in to comment.