Skip to content

Commit dbaaeb3

Browse files
Create pull_request_template.md
1 parent 3c53d0f commit dbaaeb3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/pull_request_template.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--- IMPORTANT: If this PR addresses multiple unrelated issues, it will be closed until separated. -->
2+
3+
### Description
4+
5+
<!--- REQUIRED: Describe what changed in detail -->
6+
7+
### Related Issues
8+
9+
<!--- REQUIRED: Tag all related issues (e.g. * #123) -->
10+
<!--- If this PR resolves the issue please specify (e.g. * closes #123) -->
11+
<!--- If this PR addresses multiple issues, these issues must be related to one other -->
12+
13+
* #ISSUE_NUMBER
14+
15+
### Checklist
16+
17+
<!--- Add things that are not yet implemented above -->
18+
19+
- [ ] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md)
20+
- [ ] The issues this PR addresses are related to each other
21+
- [ ] My changes generate no new warnings
22+
- [ ] My code builds and runs on my machine
23+
- [ ] My changes are all related to the related issue above
24+
- [ ] I documented my code
25+
26+
### Screenshots
27+
28+
<!--- REQUIRED: if issue is UI related -->
29+
30+
<!--- IMPORTANT: Fill out all required fields. Otherwise we might close this PR temporarily -->

0 commit comments

Comments
 (0)