1- ---
21name : Bug report
3- about : Create a report to help us improve
4- title : " "
5- labels : " bug"
6- assignees : " "
7- ---
8-
9- # ## Describe the bug
10-
11- A clear and concise description of what the bug is.
12-
13- # ## To reproduce
14-
15- Steps to reproduce the behavior :
16-
17- 1. Deploy this project using [...]
18- 2. View output/logs/configuration on [...]
19- 3. See error
20-
21- # ## Expected behavior
22-
23- A clear and concise description of what you expected to happen.
24-
25- # ## Your environment
26-
27- - Version/release of this project or specific commit
28- <!-- - Version/release of any relevant project languages -->
29- - Target deployment platform
30-
31- # ## Additional context
32-
33- Add any other context about the problem here.
34-
35- # ## Sensitive Information
36-
37- Remember to redact any sensitive information such as authentication credentials or license keys.
2+ description : Report an issue with our documentation
3+ title : " [Bug]: "
4+ body :
5+ - type : textarea
6+ attributes :
7+ label : Describe the bug you have identified
8+ description : Explain the problem with as much detail as possible.
9+ validations :
10+ required : true
11+ - type : dropdown
12+ attributes :
13+ label : Which product or products does this request relate to?
14+ multiple : true
15+ options :
16+ - F5 DoS for NGINX
17+ - F5 WAF for NGINX
18+ - NGINX Agent
19+ - NGINXaaS for Azure
20+ - NGINX Gateway Fabric
21+ - NGINX Ingress Controller
22+ - NGINX Instance Manager
23+ - NGINX One Console
24+ - NGINX Plus
25+ - Other
26+ validations :
27+ required : true
28+ - type : textarea
29+ attributes :
30+ label : Steps to reproduce the bug
31+ description : Describe the where the issue occurs.
32+ validations :
33+ required : true
34+ - type : textarea
35+ attributes :
36+ label : What is the expected or desired behaviour?
37+ description : Describe what you expected to happen instead of the bug.
38+ validations :
39+ required : true
40+ - type : textarea
41+ attributes :
42+ label : What environments or versions does this bug affect?
43+ description : Describe the contexts which this bug seems to occur.
44+ validations :
45+ required : true
46+ - type : textarea
47+ attributes :
48+ label : Any additional information
49+ description : Add any remaining detail for this idea not covered by the above questions.
0 commit comments