diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2020-02-26 15:02:24 +0100 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2020-02-27 16:34:24 -0800 |
commit | 89f4ce964b1c571c182cfc77ca30328f26621394 (patch) | |
tree | 7e0875a2de543bc2946ef37c5591f96bb07e7cfc | |
parent | b6531a760bf396ff50813c31bc454b2cfc3f07aa (diff) | |
download | spack-89f4ce964b1c571c182cfc77ca30328f26621394.tar.gz spack-89f4ce964b1c571c182cfc77ca30328f26621394.tar.bz2 spack-89f4ce964b1c571c182cfc77ca30328f26621394.tar.xz spack-89f4ce964b1c571c182cfc77ca30328f26621394.zip |
Improved the feature request template
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 35481fecb7..8529bed0ba 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,28 +1,33 @@ --- -name: Feature request +name: "\U0001F38A Feature request" about: Suggest adding a feature that is not yet in Spack -labels: feature +labels: feature,triage --- -*Please add a concise summary of your suggestion here.* +<!--*Please add a concise summary of your suggestion here.*--> ### Rationale -*Is your feature request related to a problem? Please describe it!* +<!--*Is your feature request related to a problem? Please describe it!*--> ### Description -*Describe the solution you'd like and the alternatives you have considered.* +<!--*Describe the solution you'd like and the alternatives you have considered.*--> ### Additional information -*Add any other context about the feature request here.* +<!--*Add any other context about the feature request here.*--> ------ +### General information +- [ ] I have run `spack --version` and reported the version of Spack +- [ ] I have searched the issues of this repo and believe this is not a duplicate -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 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!
\ No newline at end of file + +<!--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 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! +-->
\ No newline at end of file |