@@ -4,40 +4,58 @@ title: "[Request]: "
44body :
55 - type : textarea
66 id : what-work
7- label : What would you like the documentation team to work on?
8- description : Please describe your request with as much detail as possible.
7+ attributes :
8+ label : What would you like the documentation team to work on?
9+ description : Please describe your request with as much detail as possible.
10+ validations :
11+ required : true
912 - type : dropdown
1013 id : what-product
11- label : Which product or products does this relate to?
12- description : You can figure this out based on page URL
13- multiple : true
14- options :
15- - F5 DoS for NGINX
16- - F5 WAF for NGINX
17- - NGINX Agent
18- - NGINXaaS for Azure
19- - NGINX Gateway Fabric
20- - NGINX Ingress Controller
21- - NGINX Instance Manager
22- - NGINX One Console
23- - NGINX Plus
24- - Other
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
2531 - type : textarea
2632 id : direct-responsibility
27- label : Who is the person directly responsible for initiating this request?
28- description : Name the specific person that made this request.
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
2938 - type : textarea
3039 id : request-scope
31- label : Is this request part of a larger initiative or project?
32- description : If it is, name the project the request relates to
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
3345 - type : textarea
3446 id : request-constraints
35- label : Are there important constraints for this request?
36- description : If the constraints are particularly complex, you may wish to organise a meeting instead of filing a request
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
3752 - type : textarea
3853 id : request-deadline
39- label : Does this request have a due date?
40- description : You should name any specific date you have in mind for this request, or any dependencies/blockers that would determine it.
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
4159 - type : textarea
4260 id : additional-information
4361 label : Any additional information
0 commit comments