From ee9405c67f4be9566683961aeea93b3fb6244698 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sat, 26 Oct 2024 15:46:39 +0700 Subject: [PATCH] chore(config): update issue template Signed-off-by: Patrick Kollitsch --- .github/ISSUE_TEMPLATE/bugs.md | 88 +++++++++++++++++++++++++++------- 1 file changed, 72 insertions(+), 16 deletions(-) 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 - +

+