diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2023-03-30 09:39:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 16:39:36 +0200 |
commit | 6c5d3299fee4be2d74959c5c4aa784b3cdff2514 (patch) | |
tree | e9ad2cd0b3118337bdf3fe7430ca5340a0de813c /.github/ISSUE_TEMPLATE | |
parent | fefa4b8cc45f767d20d838429a76eb433223b6eb (diff) | |
download | spack-6c5d3299fee4be2d74959c5c4aa784b3cdff2514.tar.gz spack-6c5d3299fee4be2d74959c5c4aa784b3cdff2514.tar.bz2 spack-6c5d3299fee4be2d74959c5c4aa784b3cdff2514.tar.xz spack-6c5d3299fee4be2d74959c5c4aa784b3cdff2514.zip |
Feature Request template: remove spack version requirement (#36503)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a247d9395a..783c3e9479 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: "\U0001F38A Feature request" +name: "\U0001F38A Feature request" description: Suggest adding a feature that is not yet in Spack labels: [feature] body: @@ -29,13 +29,11 @@ body: attributes: label: General information 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 required: true - type: markdown attributes: 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. - + Other than that, thanks for taking the time to contribute to Spack! |