parent
7d27ce928f
commit
6f495b91f1
1 changed files with 31 additions and 19 deletions
@ -1,33 +1,45 @@ |
||||
*Use the template below when reporting bugs. Please, make sure that |
||||
you're running the latest stable Ox-Hugo and that the problem you're reporting |
||||
hasn't been reported (and potentially fixed) already.* |
||||
--- |
||||
name: Bug report |
||||
about: You found an unexpected behaviour? Use this template. |
||||
|
||||
**Remove all of the placeholder text in your final report!** |
||||
--- |
||||
|
||||
## Expected Behavior |
||||
<!-- |
||||
Use the template below when reporting bugs. |
||||
|
||||
Please, make sure that you're running the latest Ox-Hugo (from Melpa |
||||
or git head). |
||||
--> |
||||
|
||||
## Actual Behavior |
||||
|
||||
## Steps to Reproduce the Problem |
||||
## Expected Behavior |
||||
|
||||
*This is extremely important! Providing us with a reliable way to reproduce |
||||
a problem will expedite its solution.* |
||||
## How to Reproduce the Issue |
||||
|
||||
## Environment & Version Information |
||||
### Example Org File |
||||
|
||||
### Ox-Hugo Debug Information |
||||
### Generated Markdown File or Error |
||||
|
||||
*Paste info provided by `M-x org-hugo-debug-info`. Place it after |
||||
`</summary>` and before `</details>` below to make sure it is collapsed.* |
||||
## Ox-Hugo Debug Information |
||||
|
||||
<details> |
||||
<summary>Debug Info</summary> |
||||
</details> |
||||
<!-- |
||||
|
||||
### Emacs Version |
||||
(Step 1) Run `M-x org-hugo-debug-info`. |
||||
|
||||
*E.g. 24.5* (use <kbd>C-h C-a</kbd> to see it) |
||||
*That will copy the debug info in Markdown format to the kill ring.* |
||||
So do *not* manually do any other kill (copy/cut) operation after that! |
||||
|
||||
### Operating System |
||||
See step 2 below. |
||||
--> |
||||
|
||||
*E.g. Windows 10* |
||||
<details> |
||||
<summary>Debug Info</summary> |
||||
|
||||
<!-- |
||||
(Step 2) Paste the Markdown contents (copied to kill-ring in |
||||
Step 1 above) after `</summary>` and before |
||||
`</details>` below. |
||||
--> |
||||
|
||||
</details> |
||||
|
||||
Loading…
Reference in new issue