File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ reporting a bug, make sure the issue has not already been reported.
60
60
61
61
#### Suggest an Enhancement
62
62
63
- To suggest an enhancement, open an idea
64
- on [ GitHub discussions] ( https://github.com/nginxinc/nginx-kubernetes-gateway/discussions/new?category=ideas ) . We highly
65
- recommend that you open a discussion about a potential enhancement before opening an issue. This enables the maintainers
66
- to gather valuable insights regarding the idea and its use cases, while also giving the community an opportunity to
67
- provide valuable feedback.
63
+ To suggest an enhancement, [ open an idea] [ idea ] on GitHub discussions. We highly recommend that you open a discussion
64
+ about a potential enhancement before opening an issue. This enables the maintainers to gather valuable insights
65
+ regarding the idea and its use cases, while also giving the community an opportunity to provide valuable feedback.
68
66
69
67
In some cases, the maintainers may ask you to write an Enhancement Proposal. For details on this process, see
70
68
the [ Enhancement Proposal] ( /docs/proposals/README.md ) README.
71
69
70
+ [ idea ] : https://github.com/nginxinc/nginx-kubernetes-gateway/discussions/new?category=ideas
71
+
72
72
#### Issue lifecycle
73
73
74
74
When an issue or PR is created, it will be triaged by the maintainers and assigned a label to indicate the type of issue
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ The diagram below shows the Enhancement Proposal process:
31
31
flowchart TD
32
32
D([Open Discussion]) --> C
33
33
C([Issue Created]) --> Provisional
34
- Provisional -->|Enhancement Proposal Doc PR <br />done| Implementable
34
+ Provisional -->|Enhancement Proposal<br /> Doc PR done| Implementable
35
35
Implementable -->|Work completed| Completed
36
36
```
37
37
38
38
### 1. Open a GitHub Discussion
39
39
40
- Before creating an issue or Enhancement Proposal, open an idea on [ GitHub discussion] [ idea ] . Describe the enhancement
40
+ Before creating an issue or Enhancement Proposal, [ open an idea] [ idea ] on GitHub discussion. Describe the enhancement
41
41
you would like, any use cases you have, and other relevant details. Beginning with a discussion allows you to get
42
42
feedback from the maintainers and the community before you invest time in writing an Enhancement Proposal.
43
43
You can’t perform that action at this time.
0 commit comments