Skip to content

Commit eeeadca

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent b16260d commit eeeadca

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--- Please provide a general summary of your changes in the title above -->
2+
3+
## Pull request type
4+
5+
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
6+
7+
Please check the type of change your PR introduces:
8+
9+
- [ ] Bugfix
10+
- [ ] Feature
11+
- [ ] Code style update (formatting, renaming)
12+
- [ ] Refactoring (no functional changes, no api changes)
13+
- [ ] Build related changes
14+
- [ ] Other (please describe):
15+
16+
## What is the current behavior?
17+
18+
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
19+
20+
Issue Number: N/A
21+
22+
## What is the new behavior?
23+
24+
<!-- Please describe the behavior or changes that are being added by this PR. -->
25+
26+
-
27+
-
28+
-
29+
30+
## Other information
31+
32+
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->

0 commit comments

Comments
 (0)