aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..3e85b0b
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,26 @@
1How to contribute
2=================
3First and most important: Submit issues !
4
5If you want to contribute, please fork the repo, and send us a pull request with
6your changes.
7
8Tests and cabal flags
9---------------------
10For this project we use the standard hunit/quickcheck tests.
11If you want to submit a new feature, please try to integrate at least
12*some* tests.
13
14Code style
15----------
16We do not impose any specific style of code, but you can improve your code
17by running it through `hlint`.
18
19Crypto analysis
20---------------
21This library has **not** been audited by security experts !
22It relies on an existing implementation and crypto libraries.
23
24Any analysis is welcome, and I will gladly merge it.
25
26