summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
blob: a247d9395a14cbfc13ea7d8a8030ca4742fc63d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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!