Merge pull request #4767 from sbt/eed3si9n-patch-1

Update issue templates
This commit is contained in:
eugene yokota 2019-06-03 11:38:39 -04:00 committed by GitHub
commit dc20eb2d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.