Blame .github/ISSUE_TEMPLATE.md

Packit Service 7770af
[todo]: # (Title: Be as meaningful as possible)
Packit Service 7770af
[todo]: # (Title: Try to use 60 or less chars)
Packit Service 7770af
Packit Service 7770af
[todo]: # (This is only a template!)
Packit Service 7770af
[todo]: # (remove unneeded bits)
Packit Service 7770af
[todo]: # (use github preview!)
Packit Service 7770af
Packit Service 7770af
## input.scss
Packit Service 7770af
Packit Service 7770af
[todo]: # (always test and report with scss syntax)
Packit Service 7770af
[todo]: # (use sass only when results differ from scss)
Packit Service 7770af
Packit Service 7770af
```scss
Packit Service 7770af
test {
Packit Service 7770af
  content: bar
Packit Service 7770af
}
Packit Service 7770af
```
Packit Service 7770af
Packit Service 7770af
## Actual results
Packit Service 7770af
Packit Service 7770af
[todo]: # (update version info!)
Packit Service 7770af
Packit Service 7770af
[libsass 3.X.y][1]
Packit Service 7770af
```css
Packit Service 7770af
test {
Packit Service 7770af
  content: bar; }
Packit Service 7770af
```
Packit Service 7770af
Packit Service 7770af
## Expected result
Packit Service 7770af
Packit Service 7770af
[todo]: # (update version info!)
Packit Service 7770af
Packit Service 7770af
ruby sass 3.X.y
Packit Service 7770af
```css
Packit Service 7770af
test {
Packit Service 7770af
  content: bar; }
Packit Service 7770af
```
Packit Service 7770af
Packit Service 7770af
[todo]: # (update version info!)
Packit Service 7770af
[todo]: # (example for node-sass!)
Packit Service 7770af
Packit Service 7770af
version info:
Packit Service 7770af
```cmd
Packit Service 7770af
$ node-sass --version
Packit Service 7770af
node-sass       3.X.y   (Wrapper)       [JavaScript]
Packit Service 7770af
libsass         3.X.y   (Sass Compiler) [C/C++]
Packit Service 7770af
```
Packit Service 7770af
Packit Service 7770af
[todo]: # (Go to http://libsass.ocbnet.ch/srcmap)
Packit Service 7770af
[todo]: # (Enter your SCSS code and hit compile)
Packit Service 7770af
[todo]: # (Click `bookmark` and replace the url)
Packit Service 7770af
[todo]: # (link is used in actual results above)
Packit Service 7770af
Packit Service 7770af
[1]: http://libsass.ocbnet.ch/srcmap/#dGVzdCB7CiAgY29udGVudDogYmFyOyB9Cg==