Update issue templates

This commit is contained in:
eugene yokota 2019-06-03 11:37:08 -04:00 committed by GitHub
parent df24c0d8aa
commit 796bb9e488
3 changed files with 42 additions and 0 deletions

22
.github/ISSUE_TEMPLATE/---bug-report.md vendored Normal file
View File

@ -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

View File

@ -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.

10
.github/ISSUE_TEMPLATE/--question.md vendored Normal file
View File

@ -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.