mirror of https://github.com/sbt/sbt.git
Merge pull request #4771 from dwijnand/issue-templates
Auto-label bug reports & delete old issue template
This commit is contained in:
commit
a2598d18d3
|
|
@ -1,15 +0,0 @@
|
||||||
## steps
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## problem
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## expectation
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## notes
|
|
||||||
|
|
||||||
sbt version: *insert sbt version*
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name: "\U0001F41B Bug report"
|
name: "\U0001F41B Bug report"
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: Bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: "\U0001F389Feature request"
|
name: "\U0001F389 Feature request"
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: ''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue