Skip to content

Commit b211ef7

Browse files
committed
chore: copy issue templates from next branch
1 parent c00f858 commit b211ef7

File tree

9 files changed

+227
-41
lines changed

9 files changed

+227
-41
lines changed

.github/CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Contributing in postcss-values-parser
2+
3+
We 💛 contributions! The rules for contributing to this org are few:
4+
5+
1. Don't be a jerk
6+
1. Search issues before opening a new one
7+
1. Lint and run tests locally before submitting a PR
8+
1. Adhere to the code style the org has chosen
9+
10+
11+
## Before Committing
12+
13+
1. Use at least Node.js v6.14.4 or higher. [NVM](https://github.com/creationix/nvm) can be handy for switching between Node versions.
14+
1. Lint your changes via `npm run lint`. Fix any errors and warnings before committing.
15+
1. Test your changes via `npm run test`. Only Pull Requests with passing tests will be accepted.

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,13 @@
11
<!--
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 occurred.
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.
2+
👉🏽 Need help or support? Open a SUPPORT issue instead.
193
20-
```css
21-
// offending or problematic css
22-
```
4+
Ahoy!
235
24-
```js
25-
// any js you'd like to add. this section can be removed if none
26-
```
6+
You're seeing this because you felt none of the other options fit the type of
7+
issue you'd like to create. Please use this opportunity to tell us about the
8+
type of issue you were looking for, so we can try to accommodate similar
9+
issues in the future.
2710
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?
11+
If you're using this template to report an issue covered by an existing issue
12+
type, we'll close it as invalid faster than you can spell 'Mississippi'.
13+
-->

.github/ISSUE_TEMPLATE/BUG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: 🐞 Bug Report
3+
about: Something went awry and you'd like to tell us about it.
4+
5+
---
6+
7+
<!--
8+
⚡️ katchow! We 💛 issues.
9+
10+
Please - do not - remove this template.
11+
Please - do not - skip or remove parts of this template.
12+
Or your issue may be closed.
13+
14+
👉🏽 Need help or support? Open a SUPPORT issue instead.
15+
-->
16+
17+
- Webpack Version:
18+
- Operating System (or Browser):
19+
- Node Version:
20+
- postcss-values-parser Version:
21+
22+
### How Do We Reproduce?
23+
24+
<!--
25+
Issues without minimal reproductions will be closed! Please provide one by:
26+
2. Work to isolate the problem and provide the exact steps in this issue, or
27+
3. Provide a minimal repository link (Read https://git.io/fNzHA for instructions). These may take more time to triage than the other options.
28+
-->
29+
30+
31+
### Expected Behavior
32+
33+
34+
### Actual Behavior
35+
36+
<!--
37+
The situation may arise where some small code snippets also need to be provided. In that situation, please add your code below using Fenced Code Blocks (https://help.github.com/articles/creating-and-highlighting-code-blocks/)
38+
-->

.github/ISSUE_TEMPLATE/DOCS.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: 📚 Documentation
3+
about: Are the docs lacking or missing something? Do they need some new 🔥 hotness? Tell us here.
4+
5+
---
6+
7+
<!--
8+
⚡️ katchow! We 💛 issues.
9+
10+
Please - do not - remove this template.
11+
Please - do not - skip or remove parts of this template.
12+
Or your issue may be closed.
13+
14+
👉🏽 Need help or support? Open a SUPPORT issue instead.
15+
-->
16+
17+
Documentation Is:
18+
19+
<!-- Please place an x (no spaces!) in all [ ] that apply -->
20+
21+
- [ ] Missing
22+
- [ ] Needed
23+
- [ ] Confusing
24+
- [ ] Not Sure?
25+
26+
### Please Explain in Detail...
27+
28+
29+
### Your Proposal for Changes

.github/ISSUE_TEMPLATE/FEATURE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: ✨ Feature Request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
<!--
8+
⚡️ katchow! We 💛 issues.
9+
10+
Please - do not - remove this template.
11+
Please - do not - skip or remove parts of this template.
12+
Or your issue may be closed.
13+
14+
👉🏽 Need help or support? Open a SUPPORT issue instead.
15+
-->
16+
17+
### Feature Use Case
18+
19+
20+
### Feature Proposal
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: 🔧 Modification Request
3+
about: Would you like something work differently? Have an alternative approach? This is the template for you.
4+
5+
---
6+
7+
<!--
8+
⚡️ katchow! We 💛 issues.
9+
10+
Please - do not - remove this template.
11+
Please - do not - skip or remove parts of this template.
12+
Or your issue may be closed.
13+
14+
👉🏽 Need help or support? Open a SUPPORT issue instead.
15+
-->
16+
17+
18+
### Expected Behavior / Situation
19+
20+
21+
### Actual Behavior / Situation
22+
23+
24+
### Modification Proposal

.github/ISSUE_TEMPLATE/SUPPORT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: 🆘 Support, Help, and Advice
3+
about: 👉🏽 If you want to ask how to do a thing with this project, this is the place for you.
4+
5+
---
6+
7+
If you arrived here because you think this project's documentation is unclear, insufficient, or wrong, please consider creating an issue for the documentation instead.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
1-
<!-- This template is *not* optional. If you remove this template or choose
2-
not to complete it, your PR may be closed without review -->
1+
<!--
2+
⚡️ katchow! We ❤️ Pull Requests!
33
4-
**Which issue #** if any, does this resolve?
4+
If you remove or skip this template, you'll make the 🐼 sad and the mighty god
5+
of Github will appear and pile-drive the close button from a great height
6+
while making animal noises.
57
6-
<!-- PRs must be accompanied by related tests -->
8+
Pull Request Requirements:
9+
* Please include tests to illustrate the problem this PR resolves.
10+
* Please lint your changes by running `npm run lint` before creating a PR.
711
8-
Please check one:
9-
- [ ] New tests created for this change
10-
- [ ] Tests updated for this change
12+
Please place an x ([x]) in all [ ] that apply.
13+
-->
1114

12-
---
15+
This PR contains:
1316

14-
<!-- add additional comments here -->
17+
- [ ] bugfix
18+
- [ ] feature
19+
- [ ] refactor
20+
- [ ] tests
21+
- [ ] documentation
22+
- [ ] metadata
23+
24+
### Breaking Changes?
25+
26+
- [ ] yes
27+
- [ ] no
28+
29+
If yes, please describe the breakage.
30+
31+
### Please Describe Your Changes
32+
33+
<!--
34+
Please be thorough and clearly explain the problem being solved.
35+
* If this PR adds a feature, look for previous discussion on the feature by searching the issues first.
36+
* Is this PR related to an issue?
37+
-->

.github/labels.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
[
2+
{ "name": "💩 template incomplete", "color": "#4E342E" },
3+
{ "name": "💩 template removed", "color": "#4E342E" },
4+
5+
{ "name": "c¹ ⋅ discussion", "color": "#1976D2" },
6+
{ "name": "c² ⋅ feedback wanted", "color": "#F9A825" },
7+
{ "name": "c³ ⋅ PR welcome", "color": "#1B5E20" },
8+
{ "name": "c⁴ ⋅ need more info", "color": "#6A1B9A" },
9+
{ "name": "c⁵ ⋅ question", "color": "#C2185B" },
10+
{ "name": "c⁶ ⋅ request for comments", "color": "#BBDEFB" },
11+
12+
{ "name": "p¹ ⋅ electron", "color": "#B2DFDB" },
13+
{ "name": "p² ⋅ linux", "color": "#B2DFDB" },
14+
{ "name": "p³ ⋅ mac", "color": "#B2DFDB" },
15+
{ "name": "p⁴ ⋅ windows", "color": "#B2DFDB" },
16+
17+
{ "name": "pr¹ 🔧 chore", "color": "#D7CCC8" },
18+
{ "name": "pr² 🔧 docs", "color": "#D7CCC8" },
19+
{ "name": "pr³ 🔧 feature", "color": "#D7CCC8" },
20+
{ "name": "pr⁴ 🔧 fix", "color": "#D7CCC8" },
21+
{ "name": "pr⁵ 🔧 performance", "color": "#D7CCC8" },
22+
{ "name": "pr⁶ 🔧 refactor", "color": "#D7CCC8" },
23+
{ "name": "pr⁷ 🔧 style", "color": "#D7CCC8" },
24+
{ "name": "pr⁸ 🔧 test", "color": "#D7CCC8" },
25+
26+
{ "name": "s¹ 🔥🔥🔥 critical", "color": "#E53935" },
27+
{ "name": "s² 🔥🔥 important", "color": "#FB8C00" },
28+
{ "name": "s³ 🔥 nice to have", "color": "#FDD835" },
29+
{ "name": "s⁴ 💧 low", "color": "#039BE5" },
30+
{ "name": "s⁵ 💧💧 inconvenient", "color": "#c0e0f7" },
31+
32+
{ "name": "t¹ 🐞 bug", "color": "#F44336" },
33+
{ "name": "t² 📚 documentation", "color": "#FDD835" },
34+
{ "name": "t³ ✨ enhancement", "color": "#03a9f4" },
35+
{ "name": "t⁴ ✨ feature", "color": "#8bc34A" },
36+
{ "name": "t⁵ ⋅ regression", "color": "#0052cc" },
37+
{ "name": "t⁶ ⋅ todo", "color": "#311B92" },
38+
{ "name": "t⁷ ⋅ waiting on upstream", "color": "#0D47A1" },
39+
40+
{ "name": "v¹ ⋅ alpha", "color": "#CDDC39" },
41+
{ "name": "v² ⋅ beta", "color": "#FFEB3B" },
42+
{ "name": "v³ ⋅ major", "color": "#FF9800" },
43+
{ "name": "v⁴ ⋅ minor", "color": "#FFC107" },
44+
{ "name": "v⁵ ⋅ next", "color": "#CDDC39" },
45+
46+
{ "name": "x¹ ⋅ abandoned", "color": "#CFD8DC" },
47+
{ "name": "x² ⋅ could not reproduce", "color": "#CFD8DC" },
48+
{ "name": "x³ ⋅ duplicate", "color": "#CFD8DC" },
49+
{ "name": "x⁴ ⋅ hold", "color": "#CFD8DC" },
50+
{ "name": "x⁵ ⋅ in progress", "color": "#4CAF50" },
51+
{ "name": "x⁶ ⋅ invalid", "color": "#CFD8DC" },
52+
{ "name": "x⁷ ⋅ wontfix", "color": "#CFD8DC" }
53+
]

0 commit comments

Comments
 (0)