diff --git a/docs/ISSUE_TEMPLATE/bug.md b/docs/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000000..9bd4dd954029 --- /dev/null +++ b/docs/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,19 @@ +--- +name: "\U0001F41B Bug report" +about: Report a bug about the Dotty Compiler +title: '' +labels: itype:bug +assignees: '' + +--- + +## minimized code + +```Scala +println("hello, world") +``` + + +## expectation + + diff --git a/docs/ISSUE_TEMPLATE/feature.md b/docs/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000000..13919fafdc79 --- /dev/null +++ b/docs/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,13 @@ +--- +name: "\U0001F389 Suggest a feature" +about: Please create a feature request here https://github.com/lampepfl/dotty-feature-requests +title: '' +labels: +assignees: '' + +--- + +Please create a feature request here: [lampepfl/dotty-feature-requests](https://github.com/lampepfl/dotty-feature-requests). + + +