Skip to content

Commit cd7cc1f

Browse files
committedOct 10, 2017
chore(.github): add ISSUE_TEMPLATE
1 parent 0ec251d commit cd7cc1f

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
 

‎.github/ISSUE_TEMPLATE.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
Briefly describe the issue you are experiencing (or the feature you want to see
2+
added to the plugin). Tell us what you were trying to do and what happened
3+
instead. Remember, this is _not_ a place to ask questions. For that, go to
4+
http://gitter.im/postcss/postcss
5+
6+
### `Details`
7+
---
8+
9+
Describe in more detail the problem you have been experiencing, if necessary.
10+
11+
### `Error (Logs|Stacks)`
12+
---
13+
14+
Create a [gist](https://gist.github.com) which is a paste of your **full**
15+
logs, and link them here.
16+
17+
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
18+
to read! If you are reporting a bug, **always** include logs!
19+
20+
### `Reproduction [Code]`
21+
---
22+
23+
Please remember that, with sample code; it's easier to reproduce bug and much
24+
faster to fix it.
25+
26+
Please refer to a simple code example.
27+
28+
```bash
29+
$ git clone https://github.com/<user>/<sample>
30+
```
31+
32+
### `Environment`
33+
---
34+
35+
Please provide information about your environment.
36+
37+
|OS|node|npm|PostCSS|
38+
|:-:|:--:|:-:|:------:|
39+
|[name][version]|[version]|[version]|[version]|

0 commit comments

Comments
 (0)
Please sign in to comment.