Skip to content

Commit

Permalink
Tweak the Issue Template
Browse files Browse the repository at this point in the history
Fixes #146.
  • Loading branch information
kaushalmodi committed Nov 1, 2018
1 parent 7d27ce9 commit 6f495b9
Showing 1 changed file with 31 additions and 19 deletions.
50 changes: 31 additions & 19 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 6f495b9

Please sign in to comment.