[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

feat: add pull request template (#511)

Co-authored-by: James Garbutt <43081j@users.noreply.github.com>

authored by

paul valladares
James Garbutt
and committed by
GitHub
(Apr 9, 2026, 3:10 PM -0500) eb0bef05 ec432f99

+33
+33
.github/PULL_REQUEST_TEMPLATE.md
··· 1 + ## What does this PR do? 2 + 3 + <!-- 4 + Describe the change and why it's needed. Link to a related issue or discussion. 5 + If there is no issue, please explain why one isn't needed. 6 + --> 7 + 8 + Closes # 9 + 10 + ## Type of change 11 + 12 + <!-- Check one. --> 13 + 14 + - [ ] Bug fix 15 + - [ ] Feature 16 + - [ ] Refactor (no behavior change) 17 + - [ ] Documentation 18 + - [ ] Performance improvement 19 + - [ ] Tests 20 + - [ ] Chore (dependencies, CI, tooling) 21 + 22 + ## Checklist 23 + 24 + - [ ] `pnpm test` passes (or targeted tests for my change) 25 + - [ ] `pnpm format` has been run 26 + - [ ] I have added/updated tests for my changes (if applicable) 27 + - [ ] I have added a changeset 28 + 29 + ## AI-generated code disclosure 30 + 31 + <!-- If any part of this PR was generated by AI tools (Copilot, Claude, GPT, Cursor, etc.), check the box. This is fine — we just need to know so reviewers can pay extra attention to edge cases. --> 32 + 33 + - [ ] This PR includes AI-generated code