Skip to content

Commit f6e8906

Browse files
EMaherCopilot
andcommitted
fix: add missing labels to issue form templates
GitHub silently hides issue forms that contain a field without an `attributes.label`. The `version` field in bug-report.yml and the `affected-command` field in feature-request.yml were missing labels, so the entire forms were dropped from the new-issue chooser. Add the required labels (and a helpful description) so all three templates render in the UI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 373fabc commit f6e8906

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ body:
3030
- type: input
3131
id: version
3232
attributes:
33+
label: apiops CLI version
3334
description: "Run `apiops --version` (or `npm list -g @peterhauge/apiops-cli`) to find the installed version."
3435
validations:
3536
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ body:
2121
- type: input
2222
id: affected-command
2323
attributes:
24+
label: Affected command
25+
description: Which CLI command does this feature relate to (if any)?
2426
placeholder: "apiops extract"
2527
validations:
2628
required: false

0 commit comments

Comments
 (0)