mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-30 02:32:24 +05:30
28 lines
688 B
Markdown
28 lines
688 B
Markdown
# Hacking
|
|
|
|
Everyone can [hack][] naxalnet. See below for how to hack.
|
|
|
|
## Reporting issues and suggesting ideas
|
|
|
|
To report a bug or suggest an idea, create a new issue at
|
|
<https://git.disroot.org/pranav/naxalnet/issues> with a
|
|
relevant label.
|
|
|
|
## Improving documentation
|
|
|
|
See section below
|
|
|
|
## Contribute code
|
|
|
|
To push to this repo, you need your username to be in the
|
|
contributors list. See issue #8. Before each commit, update
|
|
the CHANGELOG and `__version__` in `naxalnet/__init__.py`
|
|
|
|
## Packaging
|
|
|
|
naxalnet needs distro packages in Debian, Fedora, openSUSE,
|
|
and nixos. If you know/like to package it in your distro,
|
|
post to issue #6.
|
|
|
|
[hack]: https://catb.org/jargon/html/H/hack.html
|