diff options
author | Jakob Unterwurzacher | 2016-11-02 00:03:09 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-11-02 00:03:09 +0100 |
commit | ef11ed970d22486dc371fa2225855c9312eb16ef (patch) | |
tree | 3481e038d59747d482704c4f233d1688fe533100 /docs | |
parent | 33a60a1121a0ccffb16f7416dfec3739982c5c7b (diff) |
Add contribute page
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contribute.md | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/contribute.md b/docs/contribute.md new file mode 100644 index 0000000..5122b38 --- /dev/null +++ b/docs/contribute.md @@ -0,0 +1,50 @@ +Contributing to gocryptfs +========================= + +If you want to take part in the gocryptfs projects, there are a few +ways you can contribute: + +Code +---- + +Check out the open [feature requests](https://github.com/rfjakob/gocryptfs/issues) +(and possibly bugs). There is still a few long-hanging fruits and +assistance is available. + +There are no CLAs to sign or anything, just get going and send a pull +request. + +Money +----- + +There are no plans to have a way of donating money to the gocryptfs +project directly. + +You can however, set bounties on features you would like to see +implemented. Create a ticket on Github (or choose an existing one) +and post a bounty on [bountysource](https://www.bountysource.com/) +or a similar service. + +Infrastructure +-------------- + +gocryptfs currently does not have a mailing list. What would be needed +are hosting and, maybe more importantly, looking after and maintaining +the list. This includes answering frequent questions. A searchable +archive is needed as well. + + +Documentation +------------- + +I try to keep the website updated as well as I can, but especially +the [Comparison](comparison) page has a lot of data that can go out of +date. If you can imagine adopting it you are very welcome. So you know +what are getting into, here is the +[source code](https://raw.githubusercontent.com/rfjakob/gocryptfs-website/master/docs/comparison.md) +;) + + +Also, all comments on other gocryptfs documentation (like the +[man page](https://raw.githubusercontent.com/rfjakob/gocryptfs/master/Documentation/MANPAGE.md) +are welcome. Pull requests that fix typos are encouraged. |