Skip to content

Commit f3d9616

Browse files
committed
update readme, add issue/pr templates
1 parent 6d02fed commit f3d9616

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--
2+
Please note: This template is not optional. Please fill in all fields and
3+
questions otherwise the issue may be closed. Please provide actual technical
4+
information about errors, if an error has occured.
5+
-->
6+
7+
* Node Version:
8+
* NPM Version:
9+
* postcss-values-parser Version:
10+
11+
This issue is regarding a problem with:
12+
- [ ] Standard CSS
13+
- [ ] LESS
14+
- [ ] SCSS
15+
- [ ] SASS
16+
17+
If you have a large amount of code to share which demonstrates the problem you're experiencing, please provide a link to your
18+
repository rather than pasting code. Otherwise, please paste relevant short snippets below.
19+
20+
```css
21+
// offending or problematic css
22+
```
23+
24+
```js
25+
// any js you'd like to add. this section can be removed if none
26+
```
27+
28+
```
29+
// actual error output, if error was thrown
30+
```
31+
32+
### Expected Behavior
33+
34+
### Actual Behavior
35+
36+
### How can we reproduce the behavior?

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
**Which issue #** if any, does this resolve?
2+
3+
<!-- PRs must be accompanied by related tests -->
4+
5+
Please check one:
6+
- [ ] New tests created for this change
7+
- [ ] Tests updated for this change
8+
9+
---
10+
11+
<!-- add additional comments here -->

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ following the same node, container, and traversal patterns as PostCSS.
1212
<b>:rocket: &nbsp; Are you ready to tackle ES6 and hone your JavaScript Skills?</b> &nbsp; :rocket:<br/>
1313
Check out these outstanding <a href="https://es6.io/">ES6 courses</a> by <a href="https://github.com/wesbos">@wesbos</a>
1414
</p>
15+
1516
---
1617

1718
As with PostCSS and postcss-selector-parser, this parser generates an

0 commit comments

Comments
 (0)