diff options
author | Milan Curcic <caomaco@gmail.com> | 2020-09-09 10:52:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 10:52:34 -0400 |
commit | 9dca64d704250baa8057d38394838866535f6fd9 (patch) | |
tree | c59bd985cb31fba104a0427fe28933a13a2453cc /README.md | |
parent | cd10478e26c428e599a1cecc99b03b6b0c1292d3 (diff) | |
parent | 83c528cc04821e9817e5d5d8cadaa164fb067fe8 (diff) | |
download | fpm-9dca64d704250baa8057d38394838866535f6fd9.tar.gz fpm-9dca64d704250baa8057d38394838866535f6fd9.zip |
Merge pull request #160 from awvwgk/guidelines
Add contributing guidelines
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ Please follow the [issues](https://github.com/fortran-lang/fpm/issues) to contribute and/or stay up to date with the development. As the prototype matures and we enter production, we will do our best to stay backwards compatible. +To report a bug report or suggest a feature, please read our +[contributor guidelines](CONTRIBUTING.md). + ## Getting started ### Install Haskell |