Skip to content

Commit 4bc19e9

Browse files
Update feature.yml (#223)
## Why this should be merged Non-unique IDs in feature-request template body. ## How this works Makes IDs unique. See [here](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms#body-must-have-unique-ids). ## How this was tested [Inspection of GitHub preview](https://github.com/ava-labs/libevm/blob/michaelkaplan13/fix-feature-issue-template/.github/ISSUE_TEMPLATE/feature.yml) Signed-off-by: Michael Kaplan <[email protected]>
1 parent 72e9ad7 commit 4bc19e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ body:
1010
validations:
1111
required: true
1212
- type: textarea
13-
id: description
13+
id: approach-and-alternatives
1414
attributes:
15-
label: "How would you recommend implementing it?"
15+
label: "Recommended approach and alternatives"

0 commit comments

Comments
 (0)