Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 945 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (13 loc) · 945 Bytes

Contributing Guidelines

How to Contribute

  1. Fork the Repository: Start by forking the repository and creating a new branch for your feature or bugfix.

  2. Open an Issue: Before working on major changes, open an issue to discuss your idea.

  3. Make Changes: Implement your changes in the appropriate files. Write clear and concise commit messages.

  4. Run Tests: Ensure that all tests pass and your code doesn’t break existing functionality.

  5. Submit a Pull Request: Open a pull request with a clear description of your changes. Link the issue if applicable.

Pull Request Requirements

  • Follow the project's coding style.

  • Include tests for any new functionality or bugfixes.

  • Provide a detailed description of the changes.

Code Reviews

All pull requests will be reviewed by project maintainers. Ensure your changes align with project goals and standards.