Skip to content

Commit 9d87f63

Browse files
committed
Add pull request template
1 parent 7b99414 commit 9d87f63

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### 🛠 Changes being made
2+
3+
#### Give examples of the changes you've made in this pull request. Include an itemized list if you can.
4+
5+
### 🧠 Rationale behind the change
6+
7+
#### Why did you choose to make these changes?
8+
9+
#### Does this pull request resolve any open issues?
10+
11+
#### Were there any trade-offs you had to consider?
12+
13+
### 🧪 Testing
14+
15+
- [ ] Have tests been added or updated for the changes introduced in this pull request?
16+
17+
- [ ] Are the changes backwards compatible?
18+
19+
#### If the changes aren't backwards compatible, what other options were explored?
20+
21+
### ✨ Quality check
22+
23+
- [ ] Are your changes free of any erroneous print statements, debuggers or other leftover code?
24+
25+
- [ ] Has the README been updated to reflect the changes introduced (if applicable)?
26+
27+
### 💬 Additional comments
28+
29+
#### Feel free to add any further information below

0 commit comments

Comments
 (0)