Skip to content

Commit cb9231e

Browse files
committed
removed waffle.io info, which is defunct.
1 parent d39cfcb commit cb9231e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Looking to contribute something to [JSON-Fortran](https://github.com/jacobwillia
3131
[top](#contributing-to-json-fortran)
3232
## Outstanding Work
3333

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.)
3535
- Increasing the test coverage is another helpful way to
3636
contribute. Please take a look at
3737
[the test coverage page](http://jacobwilliams.github.io/json-fortran/page/development-resources/json_module.F90.gcov.html)

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,7 @@ Some examples can also be found on the [wiki](https://github.com/jacobwilliams/j
152152
Contributing
153153
------------
154154

155-
[![Ready in backlog](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=Ready&title=Ready)](https://github.com/jacobwilliams/json-fortran/blob/master/.github/CONTRIBUTING.md)
156-
[![Blocked by Vendor Bug](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=vendor%20bug&title=Blocked%20by%20Vendor%20Bug)](https://waffle.io/jacobwilliams/json-fortran)
157-
[![In Progress](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=In%20Progress&title=In%20Progress)](https://waffle.io/jacobwilliams/json-fortran)
158-
[![Needs Review](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=Needs%20Review&title=Needs%20Review)](https://waffle.io/jacobwilliams/json-fortran)
159-
160-
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/)
161156

162157
[top](#json-fortran)
163158

@@ -173,7 +168,6 @@ Miscellaneous
173168
* 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.
174169
* For more information about JSON, see: <http://www.json.org/>
175170
* [json-fortran on Travis CI](https://travis-ci.org/jacobwilliams/json-fortran)
176-
* [json-fortran on Waffle.IO](https://waffle.io/jacobwilliams/json-fortran)
177171
* [json-fortran on Codecov.IO](https://codecov.io/gh/jacobwilliams/json-fortran)
178172

179173
[top](#json-fortran)

0 commit comments

Comments
 (0)