Added labels in github issue templates (#10128)

This commit is contained in:
Massimiliano Culpo 2018-12-19 09:56:26 +01:00 committed by GitHub
parent c1a99bf8ec
commit e057500009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

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

View file

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

View file

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