Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Respirayson authored Dec 22, 2023
1 parent 65a0ad8 commit 9791e29
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Pull Request

#### Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

#### Description of Changes

- Please provide a brief description of the changes you've made in this PR. List any dependencies that are required for this change.

#### Checklist:

- [ ] I have tested my changes locally.
- [ ] I have performed a self-review of my code.
- [ ] I have commented my code, particularly in hard-to-understand areas.

#### Additional Notes:

0 comments on commit 9791e29

Please sign in to comment.