Enhance accessibility to issues
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>
Sat, 14 Dec 2019 12:51:18 +0000 (21:51 +0900)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 14 Dec 2019 17:47:23 +0000 (18:47 +0100)
Add links to the Hugo issues, Hugo docs issues, and Hugo website theme issues.

Close #6233

CONTRIBUTING.md

index 124e5b754133c1b7d45191f39168df7e53fd6a24..776f3f00019b1c833a7cf418ea5af293952bccf5 100644 (file)
@@ -29,12 +29,16 @@ Please don't use the GitHub issue tracker to ask questions.
 ## Reporting Issues
 
 If you believe you have found a defect in Hugo or its documentation, use
-the GitHub [issue tracker](https://github.com/gohugoio/hugo/issues) to report
+the GitHub issue tracker to report
 the problem to the Hugo maintainers. If you're not sure if it's a bug or not,
 start by asking in the [discussion forum](https://discourse.gohugo.io).
 When reporting the issue, please provide the version of Hugo in use (`hugo
 version`) and your operating system.
 
+- [Hugo Issues · gohugoio/hugo](https://github.com/gohugoio/hugo/issues)
+- [Hugo Documentation Issues · gohugoio/hugoDocs](https://github.com/gohugoio/hugoDocs/issues)
+- [Hugo Website Theme Issues · gohugoio/hugoThemesSite](https://github.com/gohugoio/hugoThemesSite/issues)
+
 ## Code Contribution
 
 Hugo has become a fully featured static site generator, so any new functionality must: