mirror of https://github.com/sbt/sbt.git
Merge pull request #4767 from sbt/eed3si9n-patch-1
Update issue templates
This commit is contained in:
commit
dc20eb2d4a
|
|
@ -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
|
||||
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
Loading…
Reference in New Issue