Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.18 KB

CONTRIBUTE.md

File metadata and controls

43 lines (27 loc) · 1.18 KB

Contributing to Code Factory

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.

Getting Started

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your changes.
  3. Make your changes and commit them with clear messages.
  4. Push your changes to your forked repository.
  5. Create a pull request in the main repository and provide a description of the changes you've made.

Types of Contributions

We welcome the following types of contributions:

  • Bug fixes
  • New features and enhancements
  • Documentation improvements
  • Performance optimizations
  • Writing tests

Coding Standards

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.

Running Tests

Before creating a pull request, please ensure that all tests pass. Run tests with the following command:


./gradlew test

Feedback and Support

If you have questions or suggestions, feel free to open an issue. We value your ideas and feedback!