chore: Add PR/issue templates, code of conduct & update contributing guide#13
Open
mdhaarishussain wants to merge 1 commit into
Open
chore: Add PR/issue templates, code of conduct & update contributing guide#13mdhaarishussain wants to merge 1 commit into
mdhaarishussain wants to merge 1 commit into
Conversation
…ng guide - Add pull request template with checklist and type-of-change labels - Add bug report issue template with environment and API details - Add feature request issue template - Add Contributor Covenant Code of Conduct (v2.1) - Update CONTRIBUTING.md with code of conduct reference and correct repo URL Co-authored-by: SK Faizanuddin <faizanuddinsk56@gmail.com>
|
@mdhaarishussain is attempting to deploy a commit to the SK Faizanuddin's projects team on Vercel, but is not a member of this team. To resolve this issue, you can:
To read more about collaboration on Vercel, click here. |
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 GitHub community health files — PR template, issue templates, and a Code of Conduct — so the project is ready for open-source contributions.
Changes
.github/PULL_REQUEST_TEMPLATE.md— checklist with type-of-change labels, testing steps, and screenshot section.github/ISSUE_TEMPLATE/bug_report.md— structured bug report with environment, API details, and repro steps.github/ISSUE_TEMPLATE/feature_request.md— feature request with problem/solution/use-case sectionsCODE_OF_CONDUCT.md— Contributor Covenant v2.1CONTRIBUTING.md— updated with Code of Conduct reference and corrected repo clone URLWhy
Every serious open-source project needs these. They improve contributor experience and make it easier to triage issues and review PRs.
Co-authored-by: SK Faizanuddin faizanuddinsk56@gmail.com
Co-authored-by: Md Haaris Hussain mdhaarishussain@gmail.com