Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.37 KB

File metadata and controls

36 lines (23 loc) · 1.37 KB

Contributing

Thank you for considering contributing to Htool-DDM! We welcome bug reports, feature suggestions, and pull requests.

Opening issues

If you encounter a bug or have a question, please open an issue. When reporting a bug, include:

  • a clear description of the problem,
  • the expected behavior,
  • a minimal, reproducible example (if possible),
  • your environment (compiler, OS, library versions).

Submitting changes (Pull Requests)

To learn how to submit a pull request, please refer to GitHub’s
pull request documentation.

Before your pull request can be merged into main:

  1. Tests must run successfully.
  2. Code style and formatting must follow project standards.

Instructions for running tests locally and applying formatting can be found in the
Htool developer guide.

Code Style and Guidelines

  • Follow the project’s formatting rules (see developer guide).
  • Write clear commit messages.
  • Keep pull requests focused and reasonably small.

Thank you again for helping improve Htool-DDM!