diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2018-11-13 11:05:17 -0600 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-11-13 11:05:17 -0600 |
commit | 42962f2409fe7b46543dc5974c45bb6392fcea99 (patch) | |
tree | 2063188dd6902f9b6ea7e8a2601f6131ac88046d /.github/ISSUE_TEMPLATE/feature_request.md | |
parent | 041aa143db6964575625f1849de639541efb83a5 (diff) | |
parent | 8554e933d2a236df20d07a6e0416ab444790bd3d (diff) | |
download | spack-0.12.0.tar.gz spack-0.12.0.tar.bz2 spack-0.12.0.tar.xz spack-0.12.0.zip |
Merge branch 'releases/v0.12'v0.12.0
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..d1c44df48c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,27 @@ +--- +name: Feature request +about: Suggest adding a feature that is not yet in Spack + +--- + +*Please add a concise summary of your suggestion here.* + +### Rationale + +*Is your feature request related to a problem? Please describe it!* + +### Description + +*Describe the solution you'd like and the alternatives you have considered.* + + +### Additional information +*Add any other context about the feature request here.* + + +----- + + +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 |