Skip to content

chore: add GitHub issue templates and PR template#183

Open
PatelPranshu21 wants to merge 2 commits into
Miracle656:mainfrom
PatelPranshu21:chore/issue-templates
Open

chore: add GitHub issue templates and PR template#183
PatelPranshu21 wants to merge 2 commits into
Miracle656:mainfrom
PatelPranshu21:chore/issue-templates

Conversation

@PatelPranshu21

Copy link
Copy Markdown

Summary

Added modern GitHub issue templates and a pull request template to improve contributor workflow and standardize submissions.

Changes Made

  • Added bug_report.yml
  • Added feature_request.yml
  • Added docs.yml
  • Added pull_request_template.md
  • Replaced old markdown issue templates with GitHub YAML form templates

Testing

  • Verified templates appear in Issues → New Issue
  • Verified PR template auto-populates during PR creation

Checklist

  • Templates render correctly
  • PR template works properly
  • Files placed in correct .github/ directories

@vercel

vercel Bot commented May 26, 2026

Copy link
Copy Markdown

@PatelPranshu21 is attempting to deploy a commit to the miracle656's projects Team on Vercel.

A member of the Team first needs to authorize it.

@PatelPranshu21

Copy link
Copy Markdown
Author

Hi! The Vercel preview deployment is currently waiting for team authorization. Could someone approve it when possible? Thanks!

@Miracle656 Miracle656 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for picking this up! There's a blocking issue though:

  • The existing bug_report.md, feature_request.md, good_first_issue.md, and pull_request_template.md are deleted by this PR
  • The replacement bug_report.yml, docs.yml, feature_request.yml, and pull_request_template.md are empty files (0 bytes — git hash e69de29 is the empty-blob marker)

Net effect: this would remove all our existing templates and leave nothing in their place.

The original issue (#182) was about converting/extending the templates — please:

  1. Restore the content from the deleted .md files (you can grab them from main)
  2. If converting .md.yml, port the body into the structured YAML form (with body: blocks containing type: textarea, type: dropdown etc.) — see https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
  3. Add real content to docs.yml
  4. Either keep the existing pull_request_template.md or include the same checklists in the new version

Looking forward to the next push!

@PatelPranshu21

Copy link
Copy Markdown
Author

Thanks for the review. I’ve now added proper content to the YAML templates, restored the PR template checklist, and added content for docs.yml. The issue templates are rendering correctly on GitHub now. Please let me know if any additional changes are needed.

@Miracle656

Copy link
Copy Markdown
Owner

Friendly nudge — issue/PR templates are low-risk and welcome. Please rebase on main and I'll merge.

If you're still up for it, please rebase on the latest main and address the review by 2026-07-01 — otherwise I'll close this to keep the queue tidy (you can always reopen). Thanks for contributing! 🙏

@PatelPranshu21 PatelPranshu21 force-pushed the chore/issue-templates branch from fcb4598 to 73cf7df Compare June 25, 2026 17:07
@PatelPranshu21

Copy link
Copy Markdown
Author

Thanks for the reminder. I rebased my branch on the latest main and pushed the updated changes

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