Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.71 KB

File metadata and controls

68 lines (46 loc) · 1.71 KB

🤖 Contributing to HashSlap Developer Dashboard

Thank you for your interest in contributing! 🚀
This project is part of the HashSlap Summer of Code (HSSoC) initiative and is open to contributions from developers of all levels.


🛠 How to Contribute

  1. Star the Repo
    Show your support by starring this repository.

  2. Fork & Clone
    Click “Fork”, then clone your fork:

    git clone https://github.com/your-username/Developer-Dashboard.git
    cd Developer-Dashboard
  3. Create a Branch
    Name your branch based on what you're fixing/adding:

    git checkout -b feat-add-widget
  4. Make Your Changes
    Write clean, modular, well-commented code. Test thoroughly.

  5. Commit Properly
    Use clear, conventional commit messages:

    git commit -m "feat: add GitHub contribution graph widget"
  6. Push & Create Pull Request

    git push origin your-branch-name

    Then open a Pull Request from your fork to the main repo.


✅ Contribution Guidelines

  • Read the README.md for project setup and goals.
  • Follow the Code of Conduct.
  • Link your PR to an open issue (e.g., Closes #12).
  • Avoid committing unnecessary files (e.g., .env, node_modules/, .DS_Store).
  • Follow framework best practices (Next.js, Clerk, etc.).
  • Keep UI/UX consistent with the design style of the app.
  • Test your code on both desktop and mobile (where applicable).

💬 Need Help?

Join our Discord and ask in the appropriate channel.
We’re here to help you build, learn, and ship awesome features.


Happy contributing! 💙
— Team HSSoC