summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Brandizzi <brandizzi@gmail.com>2018-01-28 17:17:26 -0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-28 11:17:26 -0800
commit8fa99120056a075211a255aaf460905f469d9110 (patch)
treee35c3939bd8e16e6a844c45a4e7e55c00591dab3
parent264a25e5e98c252dba87b63dceda6539e93461aa (diff)
CONTRIBUTING.md: label was renamed. (#4310)
See https://groups.google.com/forum/#!msg/pandoc-discuss/mrFsj5RzNFA/Pnd3zubWBwAJ;context-place=searchin/pandoc-discuss/%22good$20first$20issue%22%7Csort:date
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c104c7381..1145dd835 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -65,7 +65,7 @@ tags. These are used to indicate the *complexity* and *nature* of a
bug. There is not yet a way to indicate priority. An up to date
summary of issues can be found on [GitHub labels].
-* [beginner-friendly] — The perfect starting point for new contributors. The
+* [good first issue] — The perfect starting point for new contributors. The
issue is generic and can be resolved without deep knowledge of the code
base.
* [enhancement] — A feature which would be desirable. We recommend
@@ -314,7 +314,7 @@ The library is structured as follows:
[Haskell platform]: http://www.haskell.org/platform/
[hsb2hs]: http://hackage.haskell.org/package/hsb2hs
[GitHub labels]: https://github.com/jgm/pandoc/labels
-[beginner-friendly]: https://github.com/jgm/pandoc/labels/beginner-friendly
+[good first issue]:https://github.com/jgm/pandoc/labels/good%20first%20issue
[enhancement]: https://github.com/jgm/pandoc/labels/enhancement
[bug]: https://github.com/jgm/pandoc/labels/bug
[complexity:low]: https://github.com/jgm/pandoc/labels/complexity:low