diff options
author | Shohei Ueda <[email protected]> | 2019-12-14 21:51:18 +0900 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-12-14 18:47:23 +0100 |
commit | 0947cf958358e5a45b4f605e2a5b2504896fa360 (patch) | |
tree | edae755fc400b3b21cff41059ca44b1d46bca14b /CONTRIBUTING.md | |
parent | 3c24ae030fe08ba259dd3de7ffea6c927c01e070 (diff) | |
download | hugo-0947cf958358e5a45b4f605e2a5b2504896fa360.tar.gz hugo-0947cf958358e5a45b4f605e2a5b2504896fa360.zip |
Enhance accessibility to issues
Add links to the Hugo issues, Hugo docs issues, and Hugo website theme issues.
Close #6233
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 124e5b754..776f3f000 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: |