Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1002 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 1002 Bytes

How to Contribute to ogs6py

We are happy about all contributions! 👍

Did you find a bug?

  • Ensure that the bug was not already reported under GitHub issues
  • If the bug wasn't already reported, open a new issue with a clear description of the problem and if possible with a minimal working example.
  • please add the version number to the issue:
import ogs6py
print(ogs6py.__version__)

Do you have suggestions for new features?

Open a new issue with your idea or suggestion and we'd love to discuss about it.

Do you want to enhance ogs6py or fix something?

  • Fork the repo on GitHub.
  • Add yourself to AUTHORS.md (if you want to).
  • Add some tests if possible.
  • Push to your fork and submit a pull request.