Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.38 KB

File metadata and controls

33 lines (22 loc) · 1.38 KB

Contributing Guidelines

Thank you for considering contributing to this project! Your input and support are greatly appreciated. To ensure a smooth collaboration, please follow these guidelines:

How to Contribute

  1. Report Issues
  • If you find a bug or have a feature request, check if it’s already reported in the Issues section.
  • If not, open a new issue with a clear description and relevant details.
  1. Propose Changes
  • Fork the repository and create a new branch for your changes.
  • Make your changes in the branch and write clear, concise commit messages.
  • Submit a pull request (PR) to the main branch with a brief description of your changes.
  1. Follow Code Standards
  • Keep the code clean, readable, and well-documented.
  • Adhere to any coding conventions or style guides used in the project (e.g., naming conventions, indentation).
  1. Add Tests
  • If applicable, add tests to ensure your changes work as intended.
  • Run all tests before submitting your pull request.

Pull Request Process

  • Ensure your PR includes only related changes.
  • Link the PR to relevant issues (if applicable) using keywords like "Fixes #<issue_number>".
  • Be responsive to feedback and ready to update your PR as needed.

Thank you for contributing and helping improve this project! If you have any questions, feel free to reach out or open an issue.