Skip to content

Commit ee9405c

Browse files
chore(config): update issue template
Signed-off-by: Patrick Kollitsch <[email protected]>
1 parent 5d059fe commit ee9405c

File tree

1 file changed

+72
-16
lines changed

1 file changed

+72
-16
lines changed

Diff for: .github/ISSUE_TEMPLATE/bugs.md

+72-16
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,96 @@
11
---
22
name: Report a bug
33
about: Use this template to report a bug.
4-
title: "bug: ###"
4+
title: "bug: "
55
labels: status:unconfirmed
66
assignees: davidsneighbour
77
---
88

9-
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.
9+
<!---
1010
11-
<!--- Provide a general summary of the issue in the Title above -->
11+
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).
12+
13+
Could you please read through these comments and add your responses? Could you remove the comments when you are done?
14+
15+
Provide a general summary of the issue in the Title above and prefix it with `bug: `
16+
17+
-->
1218

1319
## Expected Behavior
14-
<!--- Tell us what should happen -->
20+
21+
<!---
22+
23+
Could you tell us what you did and what you expected to happen?
24+
25+
-->
1526

1627
## Current Behavior
17-
<!--- Tell us what happens instead of the expected behavior -->
28+
29+
<!---
30+
31+
Could you tell us what happens instead of the expected behavior?
32+
33+
-->
1834

1935
## Possible Solution
20-
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
36+
37+
<!---
38+
39+
It's not mandatory, but please let us know if you know the reason for this issue or if you see a fix.
40+
41+
-->
2142

2243
## Steps to Reproduce
23-
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
24-
<!--- reproduce this bug. Include code to reproduce, if relevant -->
44+
45+
<!---
46+
47+
Provide a link to a live example or an unambiguous set of steps to reproduce this bug.
48+
Include code to reproduce, if relevant.
49+
Could you add screenshots if they help?
50+
Could you make us understand what is going on?
51+
52+
-->
53+
2554
1.
2655
2.
2756
3.
2857
4.
2958

30-
## Context (Environment)
31-
<!--- How has this issue affected you? What are you trying to accomplish? -->
32-
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
59+
## The bigger picture (we need context)
60+
61+
<!---
62+
63+
What is your operating system (Name, Version, is everything up to date?)
64+
65+
-->
66+
67+
<!---
68+
69+
What is the output of the following commands:
70+
71+
- `hugo version`
72+
- `go version`
73+
- `git submodule status` (if you are running Ananke as a submodule)
74+
- `hugo mod graph` (if you are running Ananke as a module)
75+
76+
-->
77+
78+
<!---
79+
80+
Keep the following HTML
81+
82+
-->
83+
84+
<details><summary>Hugo Config</summary>
85+
<p>
86+
87+
<!---
3388
34-
<!--- Provide a general summary of the issue in the Title above -->
89+
Run `hugo config --format toml` inside of your repository (where you would
90+
run `hugo server`) and copy the _complete_ output right after this closing
91+
comment tag, between <p> and </p>.
3592
36-
## Detailed Description
37-
<!--- Provide a detailed description of the change or addition you are proposing -->
93+
-->
3894

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

0 commit comments

Comments
 (0)