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.
-
Star the Repo ⭐
Show your support by starring this repository. -
Fork & Clone
Click “Fork”, then clone your fork:git clone https://github.com/your-username/Developer-Dashboard.git cd Developer-Dashboard -
Create a Branch
Name your branch based on what you're fixing/adding:git checkout -b feat-add-widget
-
Make Your Changes
Write clean, modular, well-commented code. Test thoroughly. -
Commit Properly
Use clear, conventional commit messages:git commit -m "feat: add GitHub contribution graph widget" -
Push & Create Pull Request
git push origin your-branch-name
Then open a Pull Request from your fork to the main repo.
- Read the
README.mdfor 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).
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