Skip to content

Commit 7cbc8a9

Browse files
authored
Merge pull request #47 from Ge0rg3/dev/smt5541/pull_request_template
Add template for new Pull Request
2 parents e80c805 + c155593 commit 7cbc8a9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/pull_request_template.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

0 commit comments

Comments
 (0)