Skip to content

Commit 84473dc

Browse files
committed
feat: Update templates
1 parent f36097e commit 84473dc

File tree

2 files changed

+52
-40
lines changed

2 files changed

+52
-40
lines changed

.github/ISSUE_TEMPLATE/1-idea_suggestion.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ body:
2828
- type: textarea
2929
attributes:
3030
label: Is this idea related to a larger problem?
31-
description: If you have identified specific issues, it might be part of a design pattern.
31+
description: If you have identified multiple related issues, it might be a design pattern problem.
3232
validations:
3333
required: true
3434
- type: textarea
3535
attributes:
36-
label: What alternative ways have you thought of to implement you idea?
37-
description: There are often multiple ways to do one thing - context is important.
36+
label: What alternative ways are there to implement your idea?
37+
description: There are often multiple ways to something - context is important.
3838
validations:
3939
required: true
4040
- type: textarea
4141
attributes:
4242
label: Any additional information
43-
description: Add any remaining detail for this request not covered by the above questions.
43+
description: Add any remaining detail for this idea not covered by the above questions.
Lines changed: 48 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,49 @@
1-
---
21
name: 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

Comments
 (0)