Skip to content

Commit

Permalink
Fixed "good first issue" link in contributing.md
Browse files Browse the repository at this point in the history
"good first issue" link was broken because of white spaces, this commit simply fixes that.
  • Loading branch information
randomnoise authored Sep 14, 2019
1 parent 8c7c55b commit 4c7f9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ What can I do?
You're in luck. There's various sources for tasks:

- Have a look at the [issue tracker](https://github.com/sfttech/openage/issues), especially issues with labels:
- [good first issue](https://github.com/SFTtech/openage/labels/good first issue)!
- [good first issue](https://github.com/SFTtech/openage/labels/good%20first%20issue)!
- [just do it](https://github.com/SFTtech/openage/labels/just%20do%20it)!
- Use [your favorite code searching tool](https://github.com/ggreer/the_silver_searcher) to find `TODO` messages!
- The issue tracker [milestones](https://github.com/SFTtech/openage/milestones)!
Expand Down

0 comments on commit 4c7f9dc

Please sign in to comment.