feat(github): add bug report and feature request issue templates (#143) - #149
Open
bdmohammed wants to merge 2 commits into
Open
feat(github): add bug report and feature request issue templates (#143)#149bdmohammed wants to merge 2 commits into
bdmohammed wants to merge 2 commits into
Conversation
|
@bdmohammed is attempting to deploy a commit to the jaydubya818 Team on Vercel. A member of the Team first needs to authorize it. |
Owner
|
Thanks, these templates match #143 well. One change before merge: GitHub Discussions is disabled for this repository, so the contact link is currently unusable. Please remove the contact_links section from config.yml for now, leaving blank_issues_enabled: false. We can restore the link if Discussions is enabled later. |
Removed contact link for GitHub Discussions from issue template.
Author
|
@jaydubya818 changes had been fixed. Kindly review the changes. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds structured GitHub issue templates under
.github/ISSUE_TEMPLATE/to guide issue creation and prevent blank issue submissions.Changes
.github/ISSUE_TEMPLATE/bug_report.md: captures reproduction steps, expected vs. actual behavior, environment details (OS, Node, pnpm), and whether the bug reproduces against the demo (pnpm run dev:demo)..github/ISSUE_TEMPLATE/feature_request.md: structures requests starting with the problem description first, followed by the proposed change and alternatives..github/ISSUE_TEMPLATE/config.yml: disables blank issues (blank_issues_enabled: false) and links to GitHub Discussions.Verification
.github/ISSUE_TEMPLATE/.