Add contributing guide, templates, and code of conduct#9
Merged
Conversation
Add CONTRIBUTING.md with setup guide, conventions, and PR workflow. Add GitHub issue templates (bug report, feature request) as YAML forms. Add pull request template with checklist. Add Contributor Covenant code of conduct.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🎉 This PR is included in version 1.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
This pull request introduces several improvements to project documentation and contribution workflows, including new issue and pull request templates, a contributor guide, and a code of conduct. Additionally, it contains minor code cleanups in the frontend components. These changes aim to streamline collaboration, clarify standards, and enhance the overall contributor experience.
Documentation & Contribution Process Improvements:
CONTRIBUTING.mdguide detailing prerequisites, development workflow, architecture overview, conventions, and instructions for making pull requests and reporting bugs.CODE_OF_CONDUCT.mdbased on the Contributor Covenant to define expected behavior and reporting procedures for the community.Issue & Pull Request Templates:
.github/ISSUE_TEMPLATE/bug_report.yml) and a feature request template (.github/ISSUE_TEMPLATE/feature_request.yml) to standardize issue submissions and ensure all necessary information is provided. [1] [2].github/PULL_REQUEST_TEMPLATE.md) to guide contributors in summarizing changes, linking issues, and verifying test plans.Frontend Code Cleanups:
ContentSectionimage component by removing unnecessary type casting incontent-section.tsx.setFormDataupdater function inedit-profile-section.tsx.