[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
0

Configure Feed

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

chore: create issue and PR templates (#49)

* feat: create issue and PR templates

* fix: rename issue template folder

* refactor: adapt templates to better fit global templates

* feat: use same config.yaml

* feat: add AI disclosure

Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com>

* chore: remove tools and clink

* Update .github/ISSUE_TEMPLATE/docs_issue.yaml

Co-authored-by: Willow (GHOST) <ghostdevbusiness@gmail.com>
Signed-off-by: Felix Schneider <99918022+trueberryless@users.noreply.github.com>

---------

Signed-off-by: Felix Schneider <99918022+trueberryless@users.noreply.github.com>
Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com>
Co-authored-by: Willow (GHOST) <git@willow.sh>
Co-authored-by: Willow (GHOST) <ghostdevbusiness@gmail.com>

authored by

Felix Schneider
Nate Moore
Willow (GHOST)
Willow (GHOST)
and committed by
GitHub
(Jun 7, 2026, 3:46 PM -0700) c2a42166 d0112966

+83
+11
.github/ISSUE_TEMPLATE/config.yaml
··· 1 + blank_issues_enabled: true 2 + contact_links: 3 + - name: "\U0001F4AC Discord Chat" 4 + url: https://bomb.sh/chat 5 + about: Our Discord server is active, come join us for support and chat! 6 + - name: "\U0001F98B Bluesky" 7 + url: https://bsky.app/profile/bomb.sh 8 + about: Follow us on Bluesky for updates, news, and announcements. 9 + - name: "\U0001F496 Sponsor" 10 + url: https://opencollective.com/bombshell-dev 11 + about: Support the development of bombshell projects via Open Collective!
+49
.github/ISSUE_TEMPLATE/docs_issue.yaml
··· 1 + name: "\U0001F4DA Documentation improvement" 2 + description: Report a typo, outdated info, or suggest new documentation 3 + labels: ["documentation"] 4 + body: 5 + - type: markdown 6 + attributes: 7 + value: | 8 + Thanks for helping us improve our documentation! Clear docs make the whole bombshell ecosystem better for everyone. 9 + - type: dropdown 10 + id: package 11 + attributes: 12 + label: Related Package 13 + description: Which package's documentation needs improvement? 14 + options: 15 + - "@clack/core" 16 + - "@clack/prompts" 17 + - "@bomb.sh/tab" 18 + - "@bomb.sh/args" 19 + - "General / Website Docs" 20 + validations: 21 + required: true 22 + - type: textarea 23 + id: current-issue 24 + attributes: 25 + label: What needs to be changed? 26 + description: Describe the typo, outdated section, or missing concept. Please include links to the current documentation if applicable. 27 + validations: 28 + required: true 29 + - type: textarea 30 + id: proposed-change 31 + attributes: 32 + label: Proposed improvement / suggestion 33 + description: A clear description of what should be written or fixed. Feel free to provide a rough draft or code snippets of the expected output! 34 + validations: 35 + required: true 36 + - type: textarea 37 + id: additional-context 38 + attributes: 39 + label: Additional context 40 + description: Add any other context or screenshots that might help explain your suggestion. 41 + validations: 42 + required: false 43 + - type: checkboxes 44 + id: ai-disclosure 45 + attributes: 46 + label: AI assistance disclosure 47 + options: 48 + - label: This report was drafted with the assistance of an AI tool. 49 + required: false
+23
.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 + - [ ] Typo 15 + - [ ] New Documentation for Feature 16 + - [ ] Improvement for Clarification 17 + - [ ] Chore (dependencies, CI, tooling) 18 + 19 + ## AI-generated code disclosure 20 + 21 + <!-- 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. --> 22 + 23 + - [ ] This PR includes AI-generated code