From 796bb9e488bf1fa7346d84c1f75f1593e1344e10 Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Mon, 3 Jun 2019 11:37:08 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/---bug-report.md | 22 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/--feature-request.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/--question.md | 10 ++++++++++ 3 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/---bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/--feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/--question.md 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.