diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2022-04-03 21:39:41 +0200 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2022-04-03 21:39:41 +0200 |
commit | 2533114fcc0fbfa3f3ee3c756892fec39fd547a4 (patch) | |
tree | dc7f32560abc0e82497afd9bfab19926fd7f1b98 | |
parent | 6d2226c69846d220f81c265708dbac7f5e99f934 (diff) |
Corrected authors list and added contribution part to README.md
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | README.md | 12 |
2 files changed, 12 insertions, 1 deletions
@@ -1 +1,2 @@ Tobias Frisch <thejackimonster@gmail.com> +Marcos Marado <mindboosternoori@gmail.com> @@ -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). |