Welcome to Code-Vault! We’re excited to have your contributions. Here’s a quick guide to get started:
-
Fork this repo to your GitHub account.
-
Clone the fork:
git clone https://github.com/your-username/code-vault.git cd code-vault -
Create a new branch for your work:
git checkout -b feature/your-feature-name
- Make sure your code is clean and follows the existing style.
- Write meaningful commit messages.
- Reference issues in your PRs if applicable (e.g.,
Fixes #3). - Test your code before submitting a PR.
- Include comments and documentation for any major additions.
- Clear title and description
- Linked to an issue (if applicable)
- No irrelevant files (e.g.,
.DS_Store,node_modules) - PR is scoped and doesn't introduce breaking changes
Join our Discord community for questions and support.
Thanks for contributing to Code-Vault and being part of the HSSoC community! 💻