Skip to content

Commit

Permalink
chore(config): update issue template
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <[email protected]>
  • Loading branch information
davidsneighbour committed Oct 26, 2024
1 parent 5d059fe commit b535cdc
Showing 1 changed file with 72 additions and 16 deletions.
88 changes: 72 additions & 16 deletions .github/ISSUE_TEMPLATE/bugs.md
Original file line number Diff line number Diff line change
@@ -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.
<!---
<!--- Provide a general summary of the issue in the Title above -->
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).
Read through these comments and add your responses.
Provide a general summary of the issue in the Title above and prefix it with `bug: `
-->

## Expected Behavior
<!--- Tell us what should happen -->

<!---
Tell us what your did and what you expected to happen
-->

## Current Behavior
<!--- Tell us what happens instead of the expected behavior -->

<!---
Tell us what happens instead of the expected behavior
-->

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->

<!---
Not obligatory, but if you have a reason or even fix for this issue let us know.
-->

## Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->

<!---
Provide a link to a live example, or an unambiguous set of steps to reproduce this bug.
Include code to reproduce, if relevant.
Add screenshots if helpful.
Make us understand what is going on.
-->

1.
2.
3.
4.

## Context (Environment)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## The bigger picture (we need context)

<!---
What is your operating system (Name, Version, is everything up to date?)
-->

<!---
What is the output of the following commands:
- `hugo version`
- `go version`
- `git submodule status` (if you are running Ananke as submodule)
- `hugo mod graph` (if you are running Ananke as module)
-->

<!---
Keep the following HTML
-->

<details><summary>Hugo Config</summary>
<p>

<!---
<!--- Provide a general summary of the issue in the Title above -->
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 <p> and </p>.
## Detailed Description
<!--- Provide a detailed description of the change or addition you are proposing -->
-->

## Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
</p>
</details>

0 comments on commit b535cdc

Please sign in to comment.