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! 👍
- 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__)
Open a new issue with your idea or suggestion and we'd love to discuss about it.
- 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.