Skip to content

Commit 4e63fb5

Browse files
author
Kate Osborn
committed
Add warning in issue template to create a discussion first
1 parent 5e3d871 commit 4e63fb5

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
name: Enhancement Request
3-
about: Suggest an idea for this project
4-
title: ''
5-
labels: 'proposal'
6-
assignees: ''
2+
name: Enhancement Request about: Suggest an idea for this project title: ''
3+
labels: 'proposal' assignees: ''
74
---
85

6+
<!--
7+
WARNING: Prior to submitting an enhancement request, we ask that you create a discussion. If you have not yet
8+
created a discussion related to your request, please do so now: https://github.com/nginxinc/nginx-kubernetes-gateway/discussions/new?category=ideas
9+
-->
10+
911
**Is your enhancement request related to a problem? Please describe.**
1012
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1113

ISSUE_LIFECYCLE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ lifecycle.)
2020

2121
`bug`: The implementation of a feature is not correct.
2222

23-
`proposal`: An enhancement, tackling technical debt, documentation changes, or improving existing features. In cases
23+
`enhancement`: An enhancement, tackling technical debt, documentation changes, or improving existing features. In cases
2424
where the enhancement requires an [Enhancement Proposal](/docs/proposals/README.md), the additional
25-
label `needs-enhancement-proposal` will be added.
25+
label `enhancement-proposal` will be added.
2626

2727
`question`: The owner converts the issue to a github discussion and engages the creator.
2828

docs/proposals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If there is consensus on the discussion post that the enhancement is important a
4949
maintainer will ask you to [open an issue][issue] on GitHub.
5050

5151
Not every enhancement warrants an Enhancement Proposal. _If_ the enhancement issue requires an Enhancement Proposals,
52-
the maintainers will add the label `needs-enhancement-proposal` to the issue.
52+
the maintainers will add the label `enhancement-proposal` to the issue.
5353

5454
[issue]: https://github.com/nginxinc/nginx-kubernetes-gateway/issues/new?assignees=&labels=proposal&projects=&template=enhancement.md&title=
5555

0 commit comments

Comments
 (0)