Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.23 KB

File metadata and controls

39 lines (31 loc) · 1.23 KB

Contributing to CodeGenesis

Thank you for your interest in contributing to CodeGenesis! We welcome contributions from the community to help make this project even better.

How to Contribute

  1. Fork the Repository: Click the "Fork" button on the top right of the repository page.
  2. Clone Your Fork:
    git clone https://github.com/yourusername/CodeGenesis.git
    cd CodeGenesis
  3. Create a Branch:
    git checkout -b feature/your-feature-name
  4. Make Changes: Implement your feature or fix.
  5. Commit Changes:
    git commit -m "Description of your changes"
  6. Push to GitHub:
    git push origin feature/your-feature-name
  7. Open a Pull Request: Go to the original repository and open a Pull Request from your forked branch.

Development Guidelines

  • Follow the existing code style.
  • Write clear and concise commit messages.
  • Add tests for new features if possible.
  • Update documentation as needed.

Reporting Issues

If you find a bug or have a feature request, please open an issue on the GitHub repository. Provide as much detail as possible to help us understand and address the issue.

Thank you for contributing!