Skip to content

Commit 50dbb09

Browse files
committed
fix: Remove unnecessary IDs, nest last item
1 parent dfc0094 commit 50dbb09

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/ISSUE_TEMPLATE/1-general_request.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@ description: Make a general documentation request.
33
title: "[Request]: "
44
body:
55
- type: textarea
6-
id: what-work
76
attributes:
87
label: What would you like the documentation team to work on?
98
description: Please describe your request with as much detail as possible.
109
validations:
1110
required: true
1211
- type: dropdown
13-
id: what-product
1412
attributes:
15-
label: Which product or products does this relate to?
13+
label: Which product or products does this request relate to?
1614
multiple: true
1715
options:
1816
- F5 DoS for NGINX
@@ -28,34 +26,30 @@ body:
2826
validations:
2927
required: true
3028
- type: textarea
31-
id: direct-responsibility
3229
attributes:
3330
label: Who is the person directly responsible for initiating this request?
3431
description: Name the specific person that made this request.
3532
validations:
3633
required: true
3734
- type: textarea
38-
id: request-scope
3935
attributes:
4036
label: Is this request part of a larger initiative or project?
4137
description: If it is, name the project the request relates to
4238
validations:
4339
required: true
4440
- type: textarea
45-
id: request-constraints
4641
attributes:
4742
label: Are there important constraints for this request?
4843
description: If the constraints are particularly complex, you may wish to organise a meeting instead of filing a request
4944
validations:
5045
required: true
5146
- type: textarea
52-
id: request-deadline
5347
attributes:
5448
label: Does this request have a due date?
5549
description: You should name any specific date you have in mind for this request, or any dependencies/blockers that would determine it.
5650
validations:
5751
required: true
5852
- type: textarea
59-
id: additional-information
60-
label: Any additional information
61-
description: Add any remaining detail for this request not covered by the above questions.
53+
attributes:
54+
label: Any additional information
55+
description: Add any remaining detail for this request not covered by the above questions.

0 commit comments

Comments
 (0)