Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.34 KB

File metadata and controls

36 lines (21 loc) · 1.34 KB

Contributing to Codjixd

Thank you for considering contributing to Codjixd! We appreciate your support.

How to Contribute

Reporting Bugs

If you find a bug, please report it by opening an issue on our GitHub Issues page. Include as much detail as possible to help us understand and resolve the issue quickly.

Suggesting Features

We welcome suggestions for new features. Please open an issue on our GitHub Issues page and describe the feature you would like to see, along with any relevant use cases.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes in the new branch.
  4. Ensure your code follows our coding standards and passes all tests.
  5. Commit your changes and push the branch to your fork.
  6. Open a pull request on our GitHub Pull Requests page.

Code Style

Please follow the coding style used in the project. This helps maintain consistency and readability.

Testing

Ensure that your changes do not break existing tests and add new tests for any new functionality.

Contact

If you have any questions, feel free to reach out to the maintainers or open an issue.

Thank you for contributing!