aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-04-02 10:57:01 +0200
committerSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-04-02 10:57:01 +0200
commitd49ae3c5582b85113770bbc52e104063bf960d20 (patch)
tree8585a3a00f94930e2104bb19dd9ca3092b7dbe86 /CONTRIBUTING.md
parentd9dc9f2ae5f196c15a7d35cddabc805c40ff86ce (diff)
downloadfpm-d49ae3c5582b85113770bbc52e104063bf960d20.tar.gz
fpm-d49ae3c5582b85113770bbc52e104063bf960d20.zip
Use default to 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.