contribution_guidelines¶
1. How to Contribute¶
Fork the repository and clone it locally.
Make your changes and commit them: git commit -m “file_name version 0.0.x”
Push to your fork: git push origin main
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.