]> git.immae.eu Git - github/fretlink/hmacaroons.git/blame - CONTRIBUTING.md
Enable gitter notifications for travis
[github/fretlink/hmacaroons.git] / CONTRIBUTING.md
CommitLineData
7001a61e
JT
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