diff options
author | gpotter2 <gabriel@potter.fr> | 2021-08-01 03:44:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 20:44:20 -0500 |
commit | b1abfd3ff6c4d27b9baef7c7c036c7372fff1520 (patch) | |
tree | d604b159d9a2e74c1ef0b8e585fb4121c47fdf88 /.github/ISSUE_TEMPLATE/feature_request.yml | |
parent | b4c6c11e689b2292a1411e4fc60dcd49c929246d (diff) | |
download | spack-b1abfd3ff6c4d27b9baef7c7c036c7372fff1520.tar.gz spack-b1abfd3ff6c4d27b9baef7c7c036c7372fff1520.tar.bz2 spack-b1abfd3ff6c4d27b9baef7c7c036c7372fff1520.tar.xz spack-b1abfd3ff6c4d27b9baef7c7c036c7372fff1520.zip |
Use the new cool Github templates (#25118)
* Use the new cool github templates
* Add the "mention maintainers" clause
* Fix broken HTML tag
* Minor improvements, missing filenames
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000000..a247d9395a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,41 @@ +name: "\U0001F38A Feature request" +description: Suggest adding a feature that is not yet in Spack +labels: [feature] +body: + - type: textarea + id: summary + attributes: + label: Summary + description: Please add a concise summary of your suggestion here. + validations: + required: true + - type: textarea + id: rationale + attributes: + label: Rationale + description: Is your feature request related to a problem? Please describe it! + - type: textarea + id: description + attributes: + label: Description + description: Describe the solution you'd like and the alternatives you have considered. + - type: textarea + id: additional_information + attributes: + label: Additional information + description: Add any other context about the feature request here. + - type: checkboxes + id: checks + 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! |