Skip to content

Commit 34a70d8

Browse files
committed
feat: Rename existing templates, update first
1 parent 50dbb09 commit 34a70d8

File tree

7 files changed

+55
-26
lines changed

7 files changed

+55
-26
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Documentation idea
2+
description: Suggest an idea for improving documentation
3+
title: "[Idea]: "
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: What is your idea for improving documentation?
8+
description: Describe your idea with as much information 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: Is this idea related to a larger problem?
31+
description: If you have identified specific issues, it might be part of a design pattern.
32+
validations:
33+
required: true
34+
- type: textarea
35+
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.
38+
validations:
39+
required: true
40+
- type: textarea
41+
attributes:
42+
label: Any additional information
43+
description: Add any remaining detail for this request not covered by the above questions.
44+
45+
46+
### Describe alternatives you've considered
47+
48+
A clear and concise description of any alternative solutions or features you've considered.
49+
50+
### Additional context
51+
52+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/2-feature_request.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/1-general_request.yml renamed to .github/ISSUE_TEMPLATE/3-general_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ body:
3434
- type: textarea
3535
attributes:
3636
label: Is this request part of a larger initiative or project?
37-
description: If it is, name the project the request relates to
37+
description: If it is, name the project the request relates to.
3838
validations:
3939
required: true
4040
- type: textarea
4141
attributes:
4242
label: Are there important constraints for this request?
43-
description: If the constraints are particularly complex, you may wish to organise a meeting instead of filing a request
43+
description: If the constraints are particularly complex, you may wish to organise a meeting before filing a request.
4444
validations:
4545
required: true
4646
- type: textarea
4747
attributes:
4848
label: Does this request have a due date?
49-
description: You should name any specific date you have in mind for this request, or any dependencies/blockers that would determine it.
49+
description: You should name any specific date or milestones (Such as "Q3") you have in mind for this request, and any dependencies or blockers affecting it.
5050
validations:
5151
required: true
5252
- type: textarea
File renamed without changes.

0 commit comments

Comments
 (0)