Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.14 KB

File metadata and controls

43 lines (28 loc) · 1.14 KB

🤝 Contributing to Code-Vault

Welcome to Code-Vault! We’re excited to have your contributions. Here’s a quick guide to get started:

🚀 Getting Started

  1. Fork this repo to your GitHub account.

  2. Clone the fork:

    git clone https://github.com/your-username/code-vault.git
    cd code-vault
  3. Create a new branch for your work:

    git checkout -b feature/your-feature-name

📌 Contribution Guidelines

  • 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.

✅ Pull Request Checklist

  • 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

📬 Need Help?

Join our Discord community for questions and support.


Thanks for contributing to Code-Vault and being part of the HSSoC community! 💻