diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md index e5fa774e3..57055dc87 100644 --- a/.github/ISSUE_TEMPLATE/bugs.md +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -1,40 +1,96 @@ --- name: Report a bug about: Use this template to report a bug. -title: "bug: ###" +title: "bug: " labels: status:unconfirmed assignees: davidsneighbour --- -Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our slack channel. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. + +This issue tracker is **ONLY** used for reporting bugs. New features should be discussed on [our discussion forum](https://github.com/theNewDynamic/gohugo-theme-ananke/discussions/categories/3-ideas). + +Could you please read through these comments and add your responses? Could you remove the comments when you are done? + +Provide a general summary of the issue in the Title above and prefix it with `bug: ` + +--> ## Expected Behavior - + + ## Current Behavior - + + ## Possible Solution - + + ## Steps to Reproduce - - + + + 1. 2. 3. 4. -## Context (Environment) - - +## The bigger picture (we need context) + + + + + + + +
Hugo Config +

+ + +Run `hugo config --format toml` inside of your repository (where you would +run `hugo server`) and copy the _complete_ output right after this closing +comment tag, between

and

. -## Detailed Description - +--> -## Possible Implementation - +

+