diff options
author | Kim Alvefur <zash@zash.se> | 2019-04-03 01:09:21 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-04-03 01:09:21 +0200 |
commit | 049663349e8123008c98a08d6016cf6c9c7e30a2 (patch) | |
tree | 7ef448d494ee62c5805434970c6d8173254264ee /CONTRIBUTING | |
parent | 085e1728975a2bc34e5945f479cc89665bd4e44c (diff) | |
download | prosody-049663349e8123008c98a08d6016cf6c9c7e30a2.tar.gz prosody-049663349e8123008c98a08d6016cf6c9c7e30a2.zip |
CONTRIBUTING: Add a short file referencing the online doc/contributing page
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 00000000..2e732c73 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,9 @@ +Thanks for your interest in contributing to the project! + +There are many ways to contribute, such as helping improve the +documentation, reporting bugs, spreading the word or testing the latest +development version. + +You can find more information on how to contribute at <https://prosody.im/doc/contributing> + +See also the HACKERS and README files. |