diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md new file mode 100644 index 000000000..de5fd0e59 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -0,0 +1,22 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## steps +sbt version: *insert sbt version* + + +## problem + + + +## expectation + + + +## notes diff --git a/.github/ISSUE_TEMPLATE/--feature-request.md b/.github/ISSUE_TEMPLATE/--feature-request.md new file mode 100644 index 000000000..a4dc08040 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--feature-request.md @@ -0,0 +1,10 @@ +--- +name: "\U0001F389Feature request" +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +Please use https://discuss.lightbend.com/c/tooling including a specific user story instead of posting them to the issue tracker. diff --git a/.github/ISSUE_TEMPLATE/--question.md b/.github/ISSUE_TEMPLATE/--question.md new file mode 100644 index 000000000..8d1dd089f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--question.md @@ -0,0 +1,10 @@ +--- +name: "❓ Question" +about: Please use https://stackoverflow.com/questions/tagged/sbt for questions +title: '' +labels: '' +assignees: '' + +--- + +Please use https://stackoverflow.com/questions/tagged/sbt for questions instead of posting them to the issue tracker.