Skip to content

Commit 74d7c89

Browse files
Merge pull request #6702 from dotty-staging/add-pr-templates
Add PR templates
2 parents de5443f + 7a49c0b commit 74d7c89

File tree

2 files changed

+38
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)