aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-05-06 11:15:04 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-05-06 11:15:04 +0200
commit7001a61e8fa105cd51715e471d0a682bf23528fd (patch)
tree2ee75ab9a5959baa23db6fd9b60c63aa610ada13 /CONTRIBUTING.md
parenta22bcdb648d1f540ae895cb246997dcdcce7b568 (diff)
downloadhmacaroons-7001a61e8fa105cd51715e471d0a682bf23528fd.tar.gz
hmacaroons-7001a61e8fa105cd51715e471d0a682bf23528fd.tar.zst
hmacaroons-7001a61e8fa105cd51715e471d0a682bf23528fd.zip
Nixify package & documentation
Added quickcheck helper
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