You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Looking to contribute something to [JSON-Fortran](https://github.com/jacobwillia
31
31
[top](#contributing-to-json-fortran)
32
32
## Outstanding Work
33
33
34
-
- Take a look at the [issues](https://github.com/jacobwilliams/json-fortran/issues) to see if there is an issue you'd like to help address. [Issues](https://github.com/jacobwilliams/json-fortran/issues) with the [ready label](https://github.com/jacobwilliams/json-fortran/issues?q=is%3Aopen+is%3Aissue+label%3A%22ready%22)or in the [ready column on waffle.io](https://waffle.io/jacobwilliams/json-fortran)are issues that are ready to be dealt with. (i.e., They are not blocked by other dependencies and are higher priority.)
34
+
- Take a look at the [issues](https://github.com/jacobwilliams/json-fortran/issues) to see if there is an issue you'd like to help address. [Issues](https://github.com/jacobwilliams/json-fortran/issues) with the [ready label](https://github.com/jacobwilliams/json-fortran/issues?q=is%3Aopen+is%3Aissue+label%3A%22ready%22) are issues that are ready to be dealt with. (i.e., They are not blocked by other dependencies and are higher priority.)
35
35
- Increasing the test coverage is another helpful way to
36
36
contribute. Please take a look at
37
37
[the test coverage page](http://jacobwilliams.github.io/json-fortran/page/development-resources/json_module.F90.gcov.html)
Copy file name to clipboardExpand all lines: README.md
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -152,12 +152,7 @@ Some examples can also be found on the [wiki](https://github.com/jacobwilliams/j
152
152
Contributing
153
153
------------
154
154
155
-
[](https://github.com/jacobwilliams/json-fortran/blob/master/.github/CONTRIBUTING.md)
156
-
[](https://waffle.io/jacobwilliams/json-fortran)
Want to help? Take a quick look at our [contributing guidelines](https://github.com/jacobwilliams/json-fortran/blob/master/.github/CONTRIBUTING.md) then claim something in [the "ready" column on our Waffle.io](https://waffle.io/jacobwilliams/json-fortran) and [Fork. Commit. Pull request.](https://help.github.com/articles/fork-a-repo/)
155
+
Want to help? Take a quick look at our [contributing guidelines](https://github.com/jacobwilliams/json-fortran/blob/master/.github/CONTRIBUTING.md) then claim something and [Fork. Commit. Pull request.](https://help.github.com/articles/fork-a-repo/)
161
156
162
157
[top](#json-fortran)
163
158
@@ -173,7 +168,6 @@ Miscellaneous
173
168
* JSON-Fortran is a fork and extensive upgrade of the Fortran 95 [FSON](https://github.com/josephalevin/fson) code. The reason for the split was to be able to incorporate object-oriented and other nice features of the Fortran 2003 and 2008 standards. Many thanks to the original authors of FSON.
174
169
* For more information about JSON, see: <http://www.json.org/>
175
170
*[json-fortran on Travis CI](https://travis-ci.org/jacobwilliams/json-fortran)
176
-
*[json-fortran on Waffle.IO](https://waffle.io/jacobwilliams/json-fortran)
177
171
*[json-fortran on Codecov.IO](https://codecov.io/gh/jacobwilliams/json-fortran)
0 commit comments