Thank you for your interest in contributing to BrainChulo! This document outlines some guidelines and suggestions to help you get started.
To contribute to BrainChulo, please follow these steps:
- Fork the repository to your own GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your changes:
git checkout -b my-new-branch
. - Make your changes and commit them with a descriptive commit message.
- Push your changes to your fork:
git push origin my-new-branch
. - Submit a pull request to the main BrainChulo repository.
Here are some general guidelines to follow when contributing to BrainChulo:
- Make sure your changes are compatible with the existing code and do not break any existing functionality.
- Write clear and concise commit messages that describe your changes.
- Add tests to cover your changes whenever possible.
- Document your changes in the README.md file and update the relevant documentation as needed.
- Be respectful and considerate towards other contributors and maintainers.
If you need help or have questions about BrainChulo, please feel free to open an issue on the GitHub repository or join the discussion on our Discord channel.
Please note that BrainChulo is governed by the Contributor Covenant Code of Conduct. By participating in this project, you agree to abide by its terms.
Thank you for your contributions and support!