-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add generalized issue and PR templates #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
trueberryless
wants to merge
2
commits into
bombshell-dev:main
Choose a base branch
from
trueberryless:feat/github-template-files
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+156
−0
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| name: "\U0001F41B Bug report" | ||
| description: Create a report to help us improve | ||
| title: "[Bug]: " | ||
| labels: ["bug"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to fill out this bug report! | ||
| - type: input | ||
| id: package | ||
| attributes: | ||
| label: Package | ||
| description: Which package is this bug related to? | ||
| placeholder: e.g. @clack/core | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: package-version | ||
| attributes: | ||
| label: Package Version | ||
| description: What version of the package are you using? (e.g., v0.2.0) | ||
| placeholder: vX.Y.Z | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: node-version | ||
| attributes: | ||
| label: Node.js Version | ||
| description: Run `node -v` in your terminal. | ||
| placeholder: v24.13.0 | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: os | ||
| attributes: | ||
| label: Operating System | ||
| placeholder: e.g. macOS, Windows, Linux | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Describe the bug | ||
| description: A clear and concise description of what the bug is. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: reproduction | ||
| attributes: | ||
| label: To Reproduce | ||
| description: | | ||
| Please provide a link to a minimal reproduction using [node.new](https://node.new/) and list the steps to reproduce the behavior below. | ||
| placeholder: | | ||
| Reproduction link: | ||
|
|
||
| Steps to reproduce: | ||
| 1. | ||
| 2. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: expected-behavior | ||
| attributes: | ||
| label: Expected behavior | ||
| description: A clear and concise description of what you expected to happen. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: additional-info | ||
| attributes: | ||
| label: Additional Information | ||
| description: If applicable, add screenshots or any other context to help explain your problem. | ||
| validations: | ||
| required: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| blank_issues_enabled: true | ||
| contact_links: | ||
| - name: "\U0001F4AC Discord Chat" | ||
| url: https://bomb.sh/chat | ||
| about: Our Discord server is active, come join us for support and chat! | ||
| - name: "\U0001F98B Bluesky" | ||
| url: https://bsky.app/profile/bomb.sh | ||
| about: Follow us on Bluesky for updates, news, and announcements. | ||
| - name: "\U0001F496 Sponsor" | ||
| url: https://opencollective.com/bombshell-dev | ||
| about: Support the development of bombshell projects via Open Collective! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| name: "\U0001F4A1 Feature request" | ||
| description: Suggest an idea for this project | ||
| title: "[Request]: " | ||
| labels: ["enhancement"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Have an idea to improve one of our packages? We'd love to hear it! | ||
| - type: textarea | ||
| id: problem | ||
| attributes: | ||
| label: Is your feature request related to a problem? | ||
| description: A clear and concise description of what the problem is (e.g., "I'm always frustrated when..."). | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: solution | ||
| attributes: | ||
| label: Describe the solution you'd like | ||
| description: A clear and concise description of what you want to happen. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: alternatives | ||
| attributes: | ||
| label: Describe alternatives you've considered | ||
| description: A clear and concise description of any alternative solutions or features you've considered. | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| id: context | ||
| attributes: | ||
| label: Additional context | ||
| description: Add any other context, code examples, or screenshots about the feature request here. | ||
| validations: | ||
| required: false | ||
|
Comment on lines
+31
to
+37
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we add an AI disclosure to issues/requests as well?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm, interesting thought. I'll have to sleep over it and think about it more tomorrow 👍 |
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| ## What does this PR do? | ||
|
|
||
| <!-- | ||
| Describe the change and why it's needed. Link to a related issue or discussion. | ||
| If there is no issue, please explain why one isn't needed. | ||
| --> | ||
|
|
||
| Closes # | ||
|
|
||
| ## Type of change | ||
|
|
||
| <!-- Check one. --> | ||
|
|
||
| - [ ] Bug fix | ||
| - [ ] Feature | ||
| - [ ] Refactor (no behavior change) | ||
| - [ ] Documentation | ||
| - [ ] Performance improvement | ||
| - [ ] Tests | ||
| - [ ] Chore (dependencies, CI, tooling) | ||
|
|
||
| ## Checklist | ||
|
|
||
| - [ ] All tests pass (`pnpm test`) | ||
| - [ ] Files are formatted (`pnpm format`) | ||
| - [ ] I have added/updated tests for my changes (if applicable) | ||
| - [ ] I have added a changeset | ||
|
|
||
| ## AI-generated code disclosure | ||
|
|
||
| <!-- 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. --> | ||
|
|
||
| - [ ] This PR includes AI-generated code |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.