Skip to content

Commit 4a0328e

Browse files
committedAug 8, 2018
chore(ISSUE_TEMPLATE/BUG): move bug reports into their own template
1 parent 319d1f7 commit 4a0328e

File tree

2 files changed

+34
-39
lines changed

2 files changed

+34
-39
lines changed
 

‎.github/ISSUE_TEMPLATE.md

-39
This file was deleted.

‎.github/ISSUE_TEMPLATE/BUG.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: 🐛 Bug
3+
about: Report a Bug
4+
---
5+
6+
<!-- ✏️ Briefly describe the issue you are experiencing. Tell us what you were trying to do and what happened instead. Remember, this is *not* the right place to ask general support questions. For that, please go to http://gitter.im/postcss/postcss -->
7+
8+
### Details
9+
10+
<!-- ✏️ Describe in more detail the problem you have been experiencing (if necessary) -->
11+
12+
### Error (Logs|Stacks)
13+
14+
<!-- 👉 Create a [gist](https://gist.github.com) which is a paste of your **full** logs, and link them here -->
15+
16+
<!-- ⚠️ Do **not** paste your full logs here (or at least fold them by using a `<details>{{ logs }}</details>` block), as it will make this issue long and hard to read! If you are reporting a bug, **always** include logs! -->
17+
18+
### Reproduction (Code)
19+
20+
<!-- ⚠️ Please remember that, with sample code; it's easier to reproduce a bug and much faster to fix it -->
21+
22+
<!-- 🔗 Please refer to a simple code example -->
23+
24+
```bash
25+
$ git clone https://github.com/<user>/<sample>
26+
```
27+
28+
### Environment
29+
30+
<!-- 👉 Please provide information about your current environment -->
31+
32+
|OS|node|npm/yarn|package|
33+
|:-:|:--:|:-:|:------:|
34+
|[name][version]|[version]|[version]|[version]|

0 commit comments

Comments
 (0)
Please sign in to comment.