You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,29 @@
1
-
# Description
1
+
<!--- IMPORTANT: If this PR addresses multiple unrelated issues, it will be closed until separated. -->
2
+
3
+
### Description
2
4
3
5
<!--- REQUIRED: Describe what changed in detail -->
4
6
5
-
# Related Issue
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 -->
6
12
7
-
<!--- REQUIRED: Tag all related issues (e.g. * #23) -->
8
13
* #ISSUE_NUMBER
9
14
10
-
# Checklist
15
+
###Checklist
11
16
12
17
<!--- Add things that are not yet implemented above -->
18
+
13
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
14
21
-[ ] My changes generate no new warnings
15
22
-[ ] My code builds and runs on my machine
23
+
-[ ] My changes are all related to the related issue above
0 commit comments