Skip to content

Commit 4861041

Browse files
committed
fix: test
1 parent 986fb6f commit 4861041

File tree

1 file changed

+50
-51
lines changed

1 file changed

+50
-51
lines changed

.github/ISSUE_TEMPLATE/1-general_request.yml

Lines changed: 50 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -9,54 +9,53 @@ body:
99
description: Please describe your request with as much detail as possible.
1010
validations:
1111
required: true
12-
- type: dropdown
13-
id: what-product
14-
attributes:
15-
label: Which product or products does this relate to?
16-
description: You can figure this out based on page URL
17-
multiple: true
18-
options:
19-
- F5 DoS for NGINX
20-
- F5 WAF for NGINX
21-
- NGINX Agent
22-
- NGINXaaS for Azure
23-
- NGINX Gateway Fabric
24-
- NGINX Ingress Controller
25-
- NGINX Instance Manager
26-
- NGINX One Console
27-
- NGINX Plus
28-
- Other
29-
validations:
30-
required: true
31-
- type: textarea
32-
id: direct-responsibility
33-
attributes:
34-
label: Who is the person directly responsible for initiating this request?
35-
description: Name the specific person that made this request.
36-
validations:
37-
required: true
38-
- type: textarea
39-
id: request-scope
40-
attributes:
41-
label: Is this request part of a larger initiative or project?
42-
description: If it is, name the project the request relates to
43-
validations:
44-
required: true
45-
- type: textarea
46-
id: request-constraints
47-
attributes:
48-
label: Are there important constraints for this request?
49-
description: If the constraints are particularly complex, you may wish to organise a meeting instead of filing a request
50-
validations:
51-
required: true
52-
- type: textarea
53-
id: request-deadline
54-
attributes:
55-
label: Does this request have a due date?
56-
description: You should name any specific date you have in mind for this request, or any dependencies/blockers that would determine it.
57-
validations:
58-
required: true
59-
- type: textarea
60-
id: additional-information
61-
label: Any additional information
62-
description: Add any remaining detail for this request not covered by the above questions.
12+
# - type: dropdown
13+
# id: what-product
14+
# attributes:
15+
# label: Which product or products does this relate to?
16+
# multiple: true
17+
# options:
18+
# - F5 DoS for NGINX
19+
# - F5 WAF for NGINX
20+
# - NGINX Agent
21+
# - NGINXaaS for Azure
22+
# - NGINX Gateway Fabric
23+
# - NGINX Ingress Controller
24+
# - NGINX Instance Manager
25+
# - NGINX One Console
26+
# - NGINX Plus
27+
# - Other
28+
# validations:
29+
# required: true
30+
# - type: textarea
31+
# id: direct-responsibility
32+
# attributes:
33+
# label: Who is the person directly responsible for initiating this request?
34+
# description: Name the specific person that made this request.
35+
# validations:
36+
# required: true
37+
# - type: textarea
38+
# id: request-scope
39+
# attributes:
40+
# label: Is this request part of a larger initiative or project?
41+
# description: If it is, name the project the request relates to
42+
# validations:
43+
# required: true
44+
# - type: textarea
45+
# id: request-constraints
46+
# attributes:
47+
# label: Are there important constraints for this request?
48+
# description: If the constraints are particularly complex, you may wish to organise a meeting instead of filing a request
49+
# validations:
50+
# required: true
51+
# - type: textarea
52+
# id: request-deadline
53+
# attributes:
54+
# label: Does this request have a due date?
55+
# description: You should name any specific date you have in mind for this request, or any dependencies/blockers that would determine it.
56+
# validations:
57+
# required: true
58+
# - 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.

0 commit comments

Comments
 (0)