Problem
.github/ISSUE_TEMPLATE/resource_suggestion.yml sets labels: ["resource"], but there is no resource label in this repo (checked via gh label list). GitHub silently drops a label reference that doesn't exist rather than erroring, so every issue filed through this template ends up with no label at all, instead of being triaged as a resource suggestion.
What to do
Either:
- Create a
resource label matching the template, or
- Point the template at an existing label instead (
content looks like the closest fit given how it's used elsewhere)
Acceptance criteria
Scope: tiny, roughly 5 minutes. Good first issue.
Problem
.github/ISSUE_TEMPLATE/resource_suggestion.ymlsetslabels: ["resource"], but there is noresourcelabel in this repo (checked viagh label list). GitHub silently drops a label reference that doesn't exist rather than erroring, so every issue filed through this template ends up with no label at all, instead of being triaged as a resource suggestion.What to do
Either:
resourcelabel matching the template, orcontentlooks like the closest fit given how it's used elsewhere)Acceptance criteria
labels:references a label that actually existsScope: tiny, roughly 5 minutes. Good first issue.