Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

38 lines (27 loc) · 1.52 KB

Contributing to Optiland

Thank you for your interest in contributing to Optiland! Contributions are welcome in many forms, including but not limited to:

  • Bug reports and feature requests.
  • Code contributions and pull requests.
  • Improving documentation and examples.

How to Contribute

  1. Fork the repository on GitHub.
  2. Clone your forked repository locally.
  3. Create a new branch for your feature or bugfix.
  4. Commit your changes and push them to your fork.
  5. Open a pull request with a description of your changes.

Guidelines

  • Follow the existing coding style.
  • Write clear commit messages and comments.
  • Add tests for new features and bug fixes.
  • Ensure all tests pass before submitting a pull request.

Submitting an Issue

If you encounter any bugs or issues, feel free to report them on our GitHub issue tracker. To help us address your issue efficiently, please follow these guidelines when submitting a new issue.

Before opening a new issue, please:

  • Check existing issues to avoid duplicates.
  • If reporting a bug, confirm that you are using the latest version of Optiland.
  • If requesting a feature, consider explaining how it benefits the project.

Additional Notes

  • If you’re submitting a bug report, consider adding a minimal reproducible example.
  • If you're unsure where your issue fits, feel free to ask!
  • Please be respectful and constructive when discussing issues.

We appreciate your contributions and look forward to collaborating!