summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-04-03 21:39:41 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-04-03 21:39:41 +0200
commit2533114fcc0fbfa3f3ee3c756892fec39fd547a4 (patch)
treedc7f32560abc0e82497afd9bfab19926fd7f1b98
parent6d2226c69846d220f81c265708dbac7f5e99f934 (diff)
Corrected authors list and added contribution part to README.md
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--AUTHORS1
-rw-r--r--README.md12
2 files changed, 12 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 3bff6be..cffc383 100644
--- 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
index b18e230..e03c6d1 100644
--- 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).