Skip to content

Commit

Permalink
chore(.github): add ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Jan 18, 2018
1 parent 488fb69 commit 25fcd58
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
> ✏️ Briefly describe the issue you are experiencing (or the feature you want to see added to the plugin). Tell us what you were trying to do and what happened instead. Remember, this is _not_ a place to ask questions. For that, go to http://gitter.im/posthtml/posthtml
### `Details`

> ✏️ Describe in more detail the problem you have been experiencing, if necessary.
## `Error (Logs|Stacks)`

> 👉 Create a [gist](https://gist.github.com) which is a paste of your **full** logs, and link them here.
> ⚠️ Do **not** paste your full logs here (or at least hide them by using a `<details></details>` block), as it will make this issue long and hard to read! If you are reporting a bug, **always** include logs!
### `Reproduction (Code)`

> ⚠️ Please remember that, with sample code; it's easier to reproduce a bug and much faster to fix it.
> 🔗 Please refer to a simple code example.
```bash
$ git clone https://github.com/<user>/<sample>
```

### `Environment`

> ℹ️ Please provide information about your current environment.
|OS|node|npm/yarn|package|
|:-:|:--:|:-:|:------:|
|[name][version]|[version]|[version]|[version]|

0 comments on commit 25fcd58

Please sign in to comment.