Skip to content

feat(github): add bug report and feature request issue templates (#143) - #149

Open
bdmohammed wants to merge 2 commits into
jaydubya818:mainfrom
bdmohammed:feat/github-issue-templates-143
Open

feat(github): add bug report and feature request issue templates (#143)#149
bdmohammed wants to merge 2 commits into
jaydubya818:mainfrom
bdmohammed:feat/github-issue-templates-143

Conversation

@bdmohammed

Copy link
Copy Markdown

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

  • Verified file formatting and YAML frontmatter across all three template files in .github/ISSUE_TEMPLATE/.

@vercel

vercel Bot commented Aug 30, 2026

Copy link
Copy Markdown

@bdmohammed is attempting to deploy a commit to the jaydubya818 Team on Vercel.

A member of the Team first needs to authorize it.

@jaydubya818

Copy link
Copy Markdown
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.
@bdmohammed

Copy link
Copy Markdown
Author

@jaydubya818 changes had been fixed. Kindly review the changes.
Thnx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants