Skip to content

Commit 7a49c0b

Browse files
committed
Add PR templates
First tell users to sign the CLA and then hint the correct description structure
1 parent de5443f commit 7a49c0b

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)