Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 1.66 KB

File metadata and controls

58 lines (48 loc) · 1.66 KB

Contributing to CodeHive

First off, thanks for taking the time to contribute! 🎉 CodeHive is a community-driven project, and we welcome ideas, improvements, and bug fixes.

How to Contribute

Reporting Issues

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

Suggesting Features

  • Open a feature request issue with a clear explanation of what you’d like to see and why it would be useful.

Submitting Code

  1. Fork the repo and create your branch from main:
git checkout -b feature/your-feature-name
  1. Make your changes.
  2. Commit with a clear message:
git commit -m "Add feature: description"
  1. Push to your fork and submit a Pull Request.

Code Style

  • Keep code clean and well-commented.
  • Follow existing patterns where possible.
  • Test your changes before submitting.

Getting Started

To run the app locally:

git clone https://github.com/AhmedShaikh0/CodeHive.git
cd CodeHive
npm install
npm start

Community Guidelines

  • Be respectful and constructive.
  • Help others learn and grow.
  • No spam, hate speech, or toxic behavior.

Thanks again for helping make CodeHive better! 🐝