First off, thanks for taking the time to contribute! 🎉 CodeHive is a community-driven project, and we welcome ideas, improvements, and bug fixes.
- Check the issues to see if your problem is already reported.
- If not, open a new issue and include as much detail as possible (steps to reproduce, screenshots, error logs, etc.).
- Open a feature request issue with a clear explanation of what you’d like to see and why it would be useful.
- Fork the repo and create your branch from
main:
git checkout -b feature/your-feature-name
- Make your changes.
- Commit with a clear message:
git commit -m "Add feature: description"
- Push to your fork and submit a Pull Request.
- Keep code clean and well-commented.
- Follow existing patterns where possible.
- Test your changes before submitting.
To run the app locally:
git clone https://github.com/AhmedShaikh0/CodeHive.git
cd CodeHive
npm install
npm start
- Be respectful and constructive.
- Help others learn and grow.
- No spam, hate speech, or toxic behavior.
Thanks again for helping make CodeHive better! 🐝