Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 1.21 KB

Contributing to codeX100

Thank you for considering contributing to codeX100! We appreciate your help in improving our platform. Please read these guidelines before starting your contributions.

How to Contribute

  1. Fork this repository.
  2. Clone your forked repo to your local machine.
  3. Create a new branch for your feature or bug fix: git checkout -b feature-branch
  4. Make your changes, and commit them: git commit -m "Description of changes"
  5. Push the changes to your fork: git push origin feature-branch
  6. Submit a pull request to the main branch of this repository.

Guidelines

  • Ensure your code is clean, readable, and follows our coding standards.
  • Document any new functionality in the README.md file.
  • Ensure all tests pass before submitting a pull request.
  • Please reference the issue number in your pull request.
  • If you're working on a feature, ensure it’s well-scoped and self-contained.

Reporting Issues

If you find any bugs or have ideas for new features, please create an issue. Describe the problem or suggestion in detail to help us understand how to address it.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct.