@@ -9,7 +9,7 @@ requests.
9
9
10
10
By contributing to * stdlib* , you certify that you own or are allowed to share the
11
11
content of your contribution under the
12
- [ stdlib license] ( https://github.com/fortran-lang/stdlib/blob/master /LICENSE ) .
12
+ [ stdlib license] ( https://github.com/fortran-lang/stdlib/blob/HEAD /LICENSE ) .
13
13
14
14
* [ Style] ( #style )
15
15
* [ Reporting a bug] ( #reporting-a-bug )
@@ -22,7 +22,7 @@ content of your contribution under the
22
22
## Style
23
23
24
24
Please follow the
25
- [ Fortran stdlib style guide] ( https://github.com/fortran-lang/stdlib/blob/master /STYLE_GUIDE.md )
25
+ [ Fortran stdlib style guide] ( https://github.com/fortran-lang/stdlib/blob/HEAD /STYLE_GUIDE.md )
26
26
for any Fortran code that you contribute.
27
27
This allows the community to focus on substance rather than style.
28
28
@@ -42,7 +42,7 @@ Before opening a bug report:
42
42
1 . Check if the issue has already been reported
43
43
([ issues] ( https://github.com/fortran-lang/stdlib/issues ) ).
44
44
2 . Check if it is still an issue or it has been fixed?
45
- Try to reproduce it with the latest version from the master branch.
45
+ Try to reproduce it with the latest version from the default branch.
46
46
3 . Isolate the problem and create a minimal test case.
47
47
48
48
A good bug report should include all information needed to reproduce the bug.
@@ -74,7 +74,7 @@ It is quite possible we have not considered such solutions yet.
74
74
## Workflow
75
75
76
76
The general workflow is documented in
77
- [ this document] ( https://github.com/fortran-lang/stdlib/blob/master /WORKFLOW.md )
77
+ [ this document] ( https://github.com/fortran-lang/stdlib/blob/HEAD /WORKFLOW.md )
78
78
79
79
The workflow guide is a living document.
80
80
You are welcome to propose changes to the workflow by
@@ -93,7 +93,7 @@ You are welcome to propose changes to the workflow by
93
93
[ CHANGELOG] ( https://github.com/fortran-lang/stdlib/blob/master/CHANGELOG.md )
94
94
* Be open to constructive criticism and requests for improving your code.
95
95
* Again, please follow the
96
- [ Fortran stdlib style guide] ( https://github.com/fortran-lang/stdlib/blob/master /STYLE_GUIDE.md ) .
96
+ [ Fortran stdlib style guide] ( https://github.com/fortran-lang/stdlib/blob/HEAD /STYLE_GUIDE.md ) .
97
97
98
98
99
99
## For new contributors
0 commit comments