1
1
mirror of https://github.com/srid/rib.git synced 2024-11-29 19:09:55 +03:00

Create CONTRIBUTING.md

This commit is contained in:
Sridhar Ratnakumar 2019-11-23 13:54:26 -05:00 committed by GitHub
parent 52c52c5894
commit 960a216dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,5 @@
Rib is designed to be used not only its author, but also by others. To that end, if you notice that the library can be changed or improved in anyway so as to make it easier to write your own static sites, please do not hesitate to write a short proposal in the Issue tracker.
## Coding style
Source code should be auto-formatted using [ormolu](https://github.com/tweag/ormolu).