Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit b0e9dbf

Browse files
authored
Create pull request template 🚀
1 parent 52e8e90 commit b0e9dbf

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
*Provide a general summary of your changes*
2+
3+
## Description
4+
*Describe your changes in detail*
5+
6+
## Motivation and Context
7+
*Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here.*
8+
9+
## How Has This Been Tested?
10+
*Please describe in detail how you tested your changes.*
11+
12+
## Types of changes
13+
- [ ] Bug fix :bug: (non-breaking change which fixes an issue)
14+
- [ ] New feature :sparkles: (non-breaking change which adds functionality)
15+
- [ ] Breaking change :boom: (fix or feature that would cause existing functionality to change)
16+
17+
## Checklist:
18+
- [ ] My code follows the code style of this project :beers:.
19+
- [ ] My change requires a change to the documentation :bulb: and I have updated the documentation accordingly.
20+
- [ ] I have read the [CONTRIBUTING](https://github.com/chicio/chicio.github.io/blob/master/CONTRIBUTING.md) document :busts_in_silhouette:.
21+
- [ ] I have added tests to cover my changes :tada:.
22+
- [ ] All new and existing tests passed :white_check_mark:.

0 commit comments

Comments
 (0)