File tree 2 files changed +38
-0
lines changed
.github/PULL_REQUEST_TEMPLATE
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " \U0001F527 Fix issue"
3
+ about : Open a new pull request for the Dotty Compiler that fixes an issue from the issue tracker
4
+ title : ' Fix #XYZ: A SHORT FIX DESCRIPTION'
5
+ assignees : ' '
6
+
7
+ ---
8
+
9
+ <!--
10
+ TODO first sign the CLA
11
+ https://www.lightbend.com/contribute/cla/scala
12
+ -->
13
+
14
+ ## Fix #XYZ
15
+
16
+ <!-- TODO description of the change -->
17
+
18
+
19
+ <!-- Ideally should have a called "Fix #XYZ: A SHORT FIX DESCRIPTION" -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " Open a PR"
3
+ about : Open a new pull request for the Dotty Compiler
4
+ title : ' A SHORT DESCRIPTION'
5
+ assignees : ' '
6
+
7
+ ---
8
+
9
+ <!--
10
+ TODO first sign the CLA
11
+ https://www.lightbend.com/contribute/cla/scala
12
+ -->
13
+
14
+ ## Description
15
+
16
+ <!-- TODO description of the change -->
17
+
18
+
19
+ <!-- Ideally should have a single commit -->
You can’t perform that action at this time.
0 commit comments