|
1 | 1 | ---
|
2 | 2 | name: Report a bug
|
3 | 3 | about: Use this template to report a bug.
|
4 |
| -title: "bug: ###" |
| 4 | +title: "bug: " |
5 | 5 | labels: status:unconfirmed
|
6 | 6 | assignees: davidsneighbour
|
7 | 7 | ---
|
8 | 8 |
|
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 | +<!--- |
10 | 10 |
|
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 | +--> |
12 | 18 |
|
13 | 19 | ## 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 | +--> |
15 | 26 |
|
16 | 27 | ## 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 | +--> |
18 | 34 |
|
19 | 35 | ## 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 | +--> |
21 | 42 |
|
22 | 43 | ## 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 | + |
25 | 54 | 1.
|
26 | 55 | 2.
|
27 | 56 | 3.
|
28 | 57 | 4.
|
29 | 58 |
|
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 | +<!--- |
33 | 88 |
|
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>. |
35 | 92 |
|
36 |
| -## Detailed Description |
37 |
| -<!--- Provide a detailed description of the change or addition you are proposing --> |
| 93 | +--> |
38 | 94 |
|
39 |
| -## Possible Implementation |
40 |
| -<!--- Not obligatory, but suggest an idea for implementing addition or change --> |
| 95 | +</p> |
| 96 | +</details> |
0 commit comments