diff options
author | Milan Curcic <caomaco@gmail.com> | 2020-09-05 13:49:50 -0400 |
---|---|---|
committer | Milan Curcic <caomaco@gmail.com> | 2020-09-05 13:49:50 -0400 |
commit | d1921e6059e30c39168ab064f588497d8bf71984 (patch) | |
tree | 57cc31ae20d6576d83403510488e84d40f4b071e /README.md | |
parent | 15953e0cd3c0a526bfdfe3149df65a986a64beca (diff) | |
download | fpm-d1921e6059e30c39168ab064f588497d8bf71984.tar.gz fpm-d1921e6059e30c39168ab064f588497d8bf71984.zip |
add a note and link to the contributing guide
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 |