🐛 Bug: Feature issue template asks about pulling from main, weirdly #2217
Labels
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
Each issue template should have fields relevant to just that type of issue. They also all ask to make sure you're looking at the current version of the thing in question. For the feature request template, I'd think it should ask that users are on the latest version of the package. Maybe:
Actual
Coming over from JoshuaKGoldberg/formatly#123 (comment):
create-typescript-app/.github/ISSUE_TEMPLATE/03-feature.yml
Lines 6 to 7 in f64dba4
Agreed 😄. It's a holdover from "adopting" the template from other places (read: copy & pasting).
Additional Info
This is a good first issue because it's a pretty direct example of the places you'd need to change logic for a single Block:
.github/ISSUE_TEMPLATE/03-feature.yml
src/blocks/blockGitHubIssueTemplates.ts
src/blocks/blockGitHubIssueTemplates.test.ts
(which I normally auto-update withpnpm run test -u
)Co-authored-by: @rubiesonthesky
🎁
The text was updated successfully, but these errors were encountered: