Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/fix-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: "\U0001F527 Fix issue"
about: Open a new pull request for the Dotty Compiler that fixes an issue from the issue tracker
title: 'Fix #XYZ: A SHORT FIX DESCRIPTION'
assignees: ''

---

<!--
TODO first sign the CLA
https://www.lightbend.com/contribute/cla/scala
-->

## Fix #XYZ

<!-- TODO description of the change -->


<!-- Ideally should have a called "Fix #XYZ: A SHORT FIX DESCRIPTION" -->
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/other-pr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: "Open a PR"
about: Open a new pull request for the Dotty Compiler
title: 'A SHORT DESCRIPTION'
assignees: ''

---

<!--
TODO first sign the CLA
https://www.lightbend.com/contribute/cla/scala
-->

## Description

<!-- TODO description of the change -->


<!-- Ideally should have a single commit -->