mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Enhance accessibility to issues
Add links to the Hugo issues, Hugo docs issues, and Hugo website theme issues. Close #6233
This commit is contained in:
parent
3c24ae030f
commit
0947cf9583
1 changed files with 5 additions and 1 deletions
|
@ -29,12 +29,16 @@ Please don't use the GitHub issue tracker to ask questions.
|
||||||
## Reporting Issues
|
## Reporting Issues
|
||||||
|
|
||||||
If you believe you have found a defect in Hugo or its documentation, use
|
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,
|
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).
|
start by asking in the [discussion forum](https://discourse.gohugo.io).
|
||||||
When reporting the issue, please provide the version of Hugo in use (`hugo
|
When reporting the issue, please provide the version of Hugo in use (`hugo
|
||||||
version`) and your operating system.
|
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
|
## Code Contribution
|
||||||
|
|
||||||
Hugo has become a fully featured static site generator, so any new functionality must:
|
Hugo has become a fully featured static site generator, so any new functionality must:
|
||||||
|
|
Loading…
Reference in a new issue