github.com/gemaraproj/gemara@v0.23.0

.github/ISSUE_TEMPLATE/feature_request.yml raw

 1---
 2name: Feature request
 3description: Suggest an idea for this project
 4labels:
 5  - needs-triage
 6  - enhancement
 7body:
 8  - type: textarea
 9    attributes:
10      label: Is your feature request related to a problem?
11      description: A clear and concise description of what the problem is. Please describe.
12      placeholder: |
13        Ex. I'm always frustrated when [...]
14    validations:
15      required: false
16
17  - type: textarea
18    attributes:
19      label: Describe the solution you'd like
20      description: A clear and concise description of what you want to happen.
21    validations:
22      required: true
23
24  - type: textarea
25    attributes:
26      label: Describe alternatives you've considered
27      description: A clear and concise description of any alternative solutions or features you've considered.
28    validations:
29      required: false
30
31  - type: textarea
32    attributes:
33      label: Success Criteria
34      description: Define what success looks like for this feature. What measurable outcomes or behaviors will indicate this feature is working as intended?
35      placeholder: |
36        - Criterion 1: ...
37        - Criterion 2: ...
38        - Criterion 3: ...
39    validations:
40      required: false
41
42  - type: textarea
43    attributes:
44      label: Additional context
45      description: Add any other context or screenshots about the feature request here.
46    validations:
47      required: false