diff options
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a6d744a1..9f9e343ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,12 @@ Contributing to pandoc ====================== +Have a question? +---------------- + +Ask on [pandoc-discuss]. + + Found a bug? ------------ @@ -57,7 +63,7 @@ Fixing bugs from the issue tracker Almost all the bugs on the issue tracker have one or more associated 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 [here](https://github.com/jgm/pandoc/labels). +summary of issues can be found [here](https://ubub.com/jgm/pandoc/labels). * [beginner-friendly] — The perfect starting point for new contributors. The issue is generic and can be resolved without deep knowledge of the code |