Thank you for considering contributing to codeX100! We appreciate your help in improving our platform. Please read these guidelines before starting your contributions.
- Fork this repository.
- Clone your forked repo to your local machine.
- Create a new branch for your feature or bug fix:
git checkout -b feature-branch
- Make your changes, and commit them:
git commit -m "Description of changes"
- Push the changes to your fork:
git push origin feature-branch
- Submit a pull request to the
main
branch of this repository.
- 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.
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.
By participating in this project, you agree to abide by our Code of Conduct.