diff options
author | Milan Curcic <caomaco@gmail.com> | 2020-09-08 14:50:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 14:50:07 -0400 |
commit | 4c68956ada155ff15a0b22c1ac28f9c824c45091 (patch) | |
tree | f773beed788fc9acc306319ce87dce34839c4a22 | |
parent | a8ea9830c1bb64705688ac6b431aee7d8cee779b (diff) | |
download | fpm-4c68956ada155ff15a0b22c1ac28f9c824c45091.tar.gz fpm-4c68956ada155ff15a0b22c1ac28f9c824c45091.zip |
Update CONTRIBUTING.md
Co-authored-by: Ondřej Čertík <ondrej@certik.us>
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index afe81ca..7ec202a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ Before opening a bug report: 1. Check if the issue has already been reported. ([issues](https://github.com/fortran-lang/fpm/issues)) -2. Check if it's still an issue or it has been fixed? +2. Check if it is still an issue or it has been fixed? Try to reproduce it with the latest version from the master branch. 3. Isolate the problem and create a minimal test case. |