You can report bugs by opening a GitHub issue. If you'd like to fix the bug yourself:
-
Write a test reproducing the bug.
-
Write some code to fix the bug.
-
Open a pull request.
-
Send an email to security@nibbleproject.com describing the issue.
If you have a fix, please send it as a patch in your email. Don't post the issue or the fix publicly until an update containing the fix can be released.
-
Open a new GitHub issue.
-
Write some:
- Docs
- Tests
- Code
-
Open a pull request.
Nibble documentation is built with Sphinx.
-
Make changes to files in
docs/source
. -
Run
make docs
in the project's root directory and make sure everything looks good. You'll find the generated html indocs/build/html
. -
Commit your changes to a new branch.
-
Open a pull request.