Thank you for your interest in contributing! 🎉
This project welcomes beginners and experienced contributors alike.
-
Fork the repository.
-
Clone your fork: git clone https://github.com/your-username/project-name.git
-
Move into the project directory: cd project-name
-
Install dependencies: npm install
-
Start the development server: npm run dev
- Fork the repository
- Create a new branch
- Make your changes
- Commit your work
- Push the branch to your fork
- Open a Pull Request (PR)
Use clear and descriptive branch names:
- feature/add-login-page
- fix/navbar-bug
- docs/update-readme
Recommended prefixes:
- feature/ → New features
- fix/ → Bug fixes
- docs/ → Documentation updates
- refactor/ → Code improvements
Before opening a PR:
- Ensure the project builds successfully
- Test your changes properly
- Keep PRs focused on one task
- Write a clear PR title and description
Example PR title: Add responsive navbar component
- Write clean and readable code
- Use meaningful variable and function names
- Keep functions small and focused
- Add comments where necessary
- Follow existing project structure and formatting
Need Help?
If you are stuck or unsure, feel free to open an issue or ask questions in discussions. Happy Contributing! 🚀