diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2020-11-25 15:24:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 15:24:00 +0000 |
commit | 2612d9aea9db8802042516ca97e6eb7268da200d (patch) | |
tree | bb4cd25aed2c74aad72b20912d3309684088baf4 /CONTRIBUTING.md | |
parent | c4ce73e485cf48d6b6b3e9f34938c7f8effec22b (diff) | |
parent | 03fec875cfab2e358ab2665d70ce09b64cf7ddbf (diff) | |
download | fpm-2612d9aea9db8802042516ca97e6eb7268da200d.tar.gz fpm-2612d9aea9db8802042516ca97e6eb7268da200d.zip |
Merge pull request #239 from urbanjost/runner
Add --runner option to Fortran fpm to match Haskell fpm
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a1f5a3..b74aeda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,7 @@ decisions. This is the workflow that we follow: one person disagrees. At this stage, the scope of the fix/feature, its behavior, and API if applicable should be defined. - Only when you have community concensus on these items you should proceed to + Only when you have community consensus on these items you should proceed to writing code and opening a PR. **When actively working on code towards a PR, please assign yourself to the issue on GitHub.** |