Thank you for your interest in contributing to Code Factory! We welcome ideas, suggestions, and improvements of all kinds. This guide will help you get started.
- Fork the repository and clone it to your local machine.
- Create a new branch for your changes.
- Make your changes and commit them with clear messages.
- Push your changes to your forked repository.
- Create a pull request in the main repository and provide a description of the changes you've made.
We welcome the following types of contributions:
- Bug fixes
- New features and enhancements
- Documentation improvements
- Performance optimizations
- Writing tests
Please follow these coding guidelines:
- Use 4 spaces for indentation.
- Maintain consistency with the existing code style.
- Use clear and descriptive names for variables and functions.
Before creating a pull request, please ensure that all tests pass. Run tests with the following command:
./gradlew test
If you have questions or suggestions, feel free to open an issue. We value your ideas and feedback!