mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-12-03 12:11:01 +05:30
Pranav Jerry
397269823d
* Improved CHANGELOG, README, HACKING * Added naxalnet.conf containing default values. This will be installed along with the package.
32 lines
888 B
Markdown
32 lines
888 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
|
|
|
|
The README and HACKING.md needs to be more beginner friendly.
|
|
See section below.
|
|
|
|
## 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`
|
|
|
|
## Packaging
|
|
|
|
Currently this program is only packaged for Arch Linux.
|
|
naxalnet needs packages in GNU+Linux+systemd
|
|
distributions such as 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
|