Guidelines

Contributing Guidelines

  1. Fork the repository and create a new branch for your contribution.

  2. Follow the coding guidelines for your code.

  3. Test your code before committing and pushing it.

  4. Use semanticarrow-up-right commit messages for your commits.

Coding Guidelines

  • Use the same code style and formatting as the rest of the project.

    • Optional: Use an IDE that supports .editorconfig files.

  • Use meaningful names for variables, classes, and methods.

  • Write clear comments to explain complex parts of your code.

  • Ensure your code is easy to read and maintain.

Last updated