Added labels in github issue templates (#10128)
This commit is contained in:
parent
c1a99bf8ec
commit
e057500009
3 changed files with 3 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Report a bug in the core of Spack (command not working as expected, etc.)
|
about: Report a bug in the core of Spack (command not working as expected, etc.)
|
||||||
|
labels: bug
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/build_error.md
vendored
2
.github/ISSUE_TEMPLATE/build_error.md
vendored
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Build error
|
name: Build error
|
||||||
about: Some package in Spack didn't build correctly
|
about: Some package in Spack didn't build correctly
|
||||||
|
labels: "build-error"
|
||||||
---
|
---
|
||||||
|
|
||||||
*Thanks for taking the time to report this build failure. To proceed with the
|
*Thanks for taking the time to report this build failure. To proceed with the
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest adding a feature that is not yet in Spack
|
about: Suggest adding a feature that is not yet in Spack
|
||||||
|
labels: feature
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue