messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit 2533114fcc0fbfa3f3ee3c756892fec39fd547a4
parent 6d2226c69846d220f81c265708dbac7f5e99f934
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Sun,  3 Apr 2022 21:39:41 +0200

Corrected authors list and added contribution part to README.md

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
MAUTHORS | 1+
MREADME.md | 12+++++++++++-
2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS @@ -1 +1,2 @@ Tobias Frisch <thejackimonster@gmail.com> +Marcos Marado <mindboosternoori@gmail.com> diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -# messenger-gtk +# Messenger-GTK A GTK based GUI for the Messenger service of GNUnet. @@ -48,3 +48,13 @@ Then you can simply use the provided Makefile as follows: - `make debug` to compile everything with debug parameters - `make release` to compile everything with build optimizations enabled - `make install` to install the compiled files (you might need sudo permissions to install) + +## Contribution + +If you want to contribute to this project as well, the following options are available: + + * Contribute directly to the [source code](https://git.gnunet.org/messenger-gtk.git/) with patches to fix issues, implement new features or improve the usability. + * Open issues in the [bug tracker](https://bugs.gnunet.org/bug_report_page.php) to report bugs, issues or missing features. + * Contact the authors of the software if you need any help to contribute (testing is always an option). + +The list of all previous authors can be viewed in the provided [file](AUTHORS).