chore: add GitHub issue templates and PR template#183
Conversation
|
@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. |
|
Hi! The Vercel preview deployment is currently waiting for team authorization. Could someone approve it when possible? Thanks! |
Miracle656
left a comment
There was a problem hiding this comment.
Thanks for picking this up! There's a blocking issue though:
- The existing
bug_report.md,feature_request.md,good_first_issue.md, andpull_request_template.mdare deleted by this PR - The replacement
bug_report.yml,docs.yml,feature_request.yml, andpull_request_template.mdare empty files (0 bytes — git hashe69de29is 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:
- Restore the content from the deleted
.mdfiles (you can grab them frommain) - If converting
.md→.yml, port the body into the structured YAML form (withbody:blocks containingtype: textarea,type: dropdownetc.) — see https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms - Add real content to
docs.yml - Either keep the existing
pull_request_template.mdor include the same checklists in the new version
Looking forward to the next push!
|
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. |
|
Friendly nudge — issue/PR templates are low-risk and welcome. Please rebase on If you're still up for it, please rebase on the latest |
fcb4598 to
73cf7df
Compare
|
Thanks for the reminder. I rebased my branch on the latest main and pushed the updated changes |
Summary
Added modern GitHub issue templates and a pull request template to improve contributor workflow and standardize submissions.
Changes Made
bug_report.ymlfeature_request.ymldocs.ymlpull_request_template.mdTesting
Issues → New IssueChecklist
.github/directories