Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 975 Bytes

File metadata and controls

29 lines (20 loc) · 975 Bytes

Contributing to Integrata

Thank you for your interest in contributing to Integrata!

How to Contribute

  • Bug Reports & Feature Requests:
    • Open an issue describing the bug or feature you’d like to see.
  • Pull Requests:
    • Fork the repository and create a new branch for your changes.
    • Write clear, concise commit messages.
    • Ensure your code follows modern Fortran conventions (use implicit none, modules, explicit interfaces, etc.).
    • Add or update tests as appropriate.
    • Submit a pull request with a description of your changes.

Code of Conduct

Please be respectful and constructive in all interactions. Harassment or abusive behavior will not be tolerated.

Development Guidelines

  • Use modern Fortran best practices.
  • Document your code and functions.
  • Keep code modular and readable.
  • Test your changes before submitting.

License

By contributing, you agree that your contributions will be licensed under the MIT License.