Hans141 commited on
Commit
6104e54
·
1 Parent(s): 5072f8d

Add issues and pull request template

Browse files
Files changed (1) hide show
  1. .github/pull_request_template.md +36 -0
.github/pull_request_template.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## PR Checklist
2
+ Please check if your PR fulfills the following requirements:
3
+
4
+ - [ ] Tests for the changes have been added (for bug fixes / features)
5
+ - [ ] Docs have been added / updated (for bug fixes / features)
6
+
7
+
8
+ ## PR Type
9
+ What kind of change does this PR introduce?
10
+
11
+ <!-- Please check the one that applies to this PR using "x". -->
12
+ - [ ] Bugfix
13
+ - [ ] Feature
14
+ - [ ] Code style update (formatting, local variables)
15
+ - [ ] Refactoring (no functional changes, no api changes)
16
+ - [ ] Build related changes
17
+ - [ ] CI related changes
18
+ - [ ] Other... Please describe:
19
+
20
+ ## What is the current behavior?
21
+ <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
22
+
23
+ Issue Number: N/A
24
+
25
+
26
+ ## What is the new behavior?
27
+
28
+
29
+ ## Does this PR introduce a breaking change?
30
+ - [ ] Yes
31
+ - [ ] No
32
+
33
+ <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
34
+
35
+
36
+ ## Other information