contribution_guidelines

1. How to Contribute

  1. Fork the repository and clone it locally.

  2. Make your changes and commit them: git commit -m “file_name version 0.0.x”

  3. Push to your fork: git push origin main

  4. Submit a Pull Request to the main repository.

2. Coding Standards

  • Use 2-space indentation.

  • Write meaningful variable and function names in camelCase or snake_case.

  • Include comments for non-obvious code.

3. Pull Request

  • Clearly describe the changes in your PR.