Feature Request template: remove spack version requirement (#36503)
This commit is contained in:
parent
fefa4b8cc4
commit
6c5d3299fe
1 changed files with 2 additions and 4 deletions
6
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
6
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: "\U0001F38A Feature request"
|
name: "\U0001F38A Feature request"
|
||||||
description: Suggest adding a feature that is not yet in Spack
|
description: Suggest adding a feature that is not yet in Spack
|
||||||
labels: [feature]
|
labels: [feature]
|
||||||
body:
|
body:
|
||||||
|
@ -29,13 +29,11 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: General information
|
label: General information
|
||||||
options:
|
options:
|
||||||
- label: I have run `spack --version` and reported the version of Spack
|
|
||||||
required: true
|
|
||||||
- label: I have searched the issues of this repo and believe this is not a duplicate
|
- label: I have searched the issues of this repo and believe this is not a duplicate
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
If you want to ask a question about the tool (how to use it, what it can currently do, etc.), try the `#general` channel on [our Slack](https://slack.spack.io/) first. We have a welcoming community and chances are you'll get your reply faster and without opening an issue.
|
If you want to ask a question about the tool (how to use it, what it can currently do, etc.), try the `#general` channel on [our Slack](https://slack.spack.io/) first. We have a welcoming community and chances are you'll get your reply faster and without opening an issue.
|
||||||
|
|
||||||
Other than that, thanks for taking the time to contribute to Spack!
|
Other than that, thanks for taking the time to contribute to Spack!
|
||||||
|
|
Loading…
Reference in a new issue