Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.22 KB

CONTRIBUTING.rst

File metadata and controls

40 lines (28 loc) · 1.22 KB

How to Contribute to ncvue

ncvue development is driven by user feedback, and your contributions help to find bugs, add features, and improve performance. This is a small guide to help those who wish to contribute.

We are happy about all contributions! 👍

Did you find a bug?

  • Ensure that the bug was not already reported under issue.
  • If the bug was not 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 ncvue
print(ncvue.__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 ncvue or fix something?

  • Fork the repo on Github.
  • Add yourself to AUTHORS.rst, if you want to.
  • Add some tests, if possible.
  • Push to your fork and submit a pull request.