From 775de3b2cfbfd5402245ca0ff7b1c5efbe0ca48e Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Mon, 17 Jun 2019 09:54:54 +0200 Subject: [PATCH 1/2] Move ISSUE_TEMPLATES to .github folder Based on https://github.com/akka/akka/commit/1c8577b10739c8bad30b8fe69efb01fcf47a67f0 --- {docs => .github}/ISSUE_TEMPLATE/bug.md | 0 {docs => .github}/ISSUE_TEMPLATE/feature.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {docs => .github}/ISSUE_TEMPLATE/bug.md (100%) rename {docs => .github}/ISSUE_TEMPLATE/feature.md (100%) diff --git a/docs/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md similarity index 100% rename from docs/ISSUE_TEMPLATE/bug.md rename to .github/ISSUE_TEMPLATE/bug.md diff --git a/docs/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md similarity index 100% rename from docs/ISSUE_TEMPLATE/feature.md rename to .github/ISSUE_TEMPLATE/feature.md From 93695d8fca2149f2f673b213aa66c56cc8227810 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Mon, 17 Jun 2019 10:06:29 +0200 Subject: [PATCH 2/2] Add compiler crash report template With collapsible section. --- .github/ISSUE_TEMPLATE/crash.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/crash.md diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md new file mode 100644 index 000000000000..14d3cfc27636 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash.md @@ -0,0 +1,23 @@ +--- +name: "\U0001F4A5 Crash report" +about: Report a Dotty Compiler compiler crash +title: '' +labels: itype:bug +assignees: '' + +--- + +## minimized code + +```Scala +println("hello, world") +``` + + +
+Stack trace + +```scala +# TODO add stack trace here +``` +