pybatmesh/HACKING.md

31 lines
865 B
Markdown
Raw Normal View History

2021-07-02 06:00:28 +02:00
# Hacking
Everyone can [hack][] naxalnet. See below for how to hack.
## Reporting issues and suggesting ideas
2021-07-02 06:00:28 +02:00
To report a bug or suggest an idea, create a new issue at
<https://git.disroot.org/pranav/naxalnet/issues>
2021-07-02 06:00:28 +02:00
## Improving documentation
2021-08-02 12:35:24 +02:00
The README and HACKING.md needs to be more beginner friendly.
2021-10-08 18:58:01 +02:00
See #20.
2021-08-02 12:35:24 +02:00
2021-07-02 06:00:28 +02:00
## Contribute code
To push to this repo, you need your username to be in the
contributors list. Add your username to issue #8 to add you
as a contributor. Before each commit, update the CHANGELOG.md
and `__version__` in `naxalnet/__init__.py`
2021-07-02 06:00:28 +02:00
## Packaging
Currently this program is only packaged for Arch Linux.
naxalnet needs packages in GNU+Linux+systemd
distributions such as Debian, Fedora, openSUSE,
2021-07-18 16:35:39 +02:00
and nixos. If you know/like to package it in your distro,
post a message to issue #6.
[hack]: https://catb.org/jargon/html/H/hack.html