servarr-stack – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # Based on the issue template
2 name: Feature request
3 description: Suggest an idea for this project
4 title: "[FEAT] <title>"
5 labels: [enhancement]
6 body:
7 - type: checkboxes
8 attributes:
9 label: Is this a new feature request?
10 description: Please search to see if a feature request already exists.
11 options:
12 - label: I have searched the existing issues
13 required: true
14 - type: textarea
15 attributes:
16 label: Wanted change
17 description: Tell us what you want to happen.
18 validations:
19 required: true
20 - type: textarea
21 attributes:
22 label: Reason for change
23 description: Justify your request, why do you want it, what is the benefit.
24 validations:
25 required: true
26 - type: textarea
27 attributes:
28 label: Proposed code change
29 description: Do you have a potential code change in mind?
30 validations:
31 required: false