aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMilan Curcic <caomaco@gmail.com>2021-05-24 12:02:30 -0400
committerGitHub <noreply@github.com>2021-05-24 12:02:30 -0400
commitc0a2d9803892b160f2e5022ba4fab3e99dab716a (patch)
tree2e7573b53808aaf7bf97ef4d51227e44bd131c84 /CONTRIBUTING.md
parent7704c0063b70d2a8a0fbcb351dc470886f5802dc (diff)
parentd49ae3c5582b85113770bbc52e104063bf960d20 (diff)
downloadfpm-c0a2d9803892b160f2e5022ba4fab3e99dab716a.tar.gz
fpm-c0a2d9803892b160f2e5022ba4fab3e99dab716a.zip
Merge pull request #423 from awvwgk/default-branch
Use default instead of master to reference the repository HEAD
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2cc1ffa..a4a2147 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,8 +8,7 @@ help address your problem, evaluate changes, and guide you through your pull
requests.
By contributing to *fpm*, you certify that you own or are allowed to share the
-content of your contribution under the
-[fpm license](https://github.com/fortran-lang/fpm/blob/master/LICENSE).
+content of your contribution under the [fpm license](LICENSE).
* [Style](#style)
* [Reporting a bug](#reporting-a-bug)
@@ -35,7 +34,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 is still an issue or it has been fixed?
- Try to reproduce it with the latest version from the master branch.
+ Try to reproduce it with the latest version from the default branch.
3. Isolate the problem and create a minimal test case.
A good bug report should include all information needed to reproduce the bug.