Skip to content

Commit ab9b27e

Browse files
[#69] Implement params to support multiple output entry and preRenderCSSCode (#71)
* chore: add GitHub issue templates * docs: update readme for new changes * feat: implement new parameter configuration * feat: add some help info for plugin users * feat: improve * 2.4.0 * 2.4.0-beta * feat: implement preRenderCSSCode param * 2.4.0
1 parent 8288d9c commit ab9b27e

File tree

13 files changed

+558
-61
lines changed

13 files changed

+558
-61
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# **🐞 Bug Report**
2+
3+
## **Describe the bug**
4+
<!-- A clear and concise description of what the bug is. -->
5+
6+
*
7+
8+
---
9+
10+
### **Is this a regression?**
11+
<!-- Did this behaviour used to work in the previous version? -->
12+
<!-- Yes, the last version in which this bug was not present was: ... -->
13+
14+
---
15+
16+
### **To Reproduce**
17+
18+
<!-- Steps to reproduce the error:
19+
(e.g.:)
20+
1. Use x argument / navigate to
21+
2. Fill this information
22+
3. Go to...
23+
4. See error -->
24+
25+
<!-- Write the steps here (add or remove as many steps as needed)-->
26+
27+
1.
28+
2.
29+
3.
30+
4.
31+
32+
---
33+
34+
### **Expected behaviour**
35+
<!-- A clear and concise description of what you expected to happen. -->
36+
37+
*
38+
39+
---
40+
41+
### **Media prove**
42+
<!-- If applicable, add screenshots or videos to help explain your problem. -->
43+
44+
---
45+
46+
### **Your environment**
47+
48+
<!-- use all the applicable bulleted list elements for this specific issue,
49+
and remove all the bulleted list elements that are not relevant for this issue. -->
50+
51+
* OS: <!--[e.g. Ubuntu 5.4.0-26-generic x86_64 / Windows 1904 ...]-->
52+
* Node version:
53+
* Npm version:
54+
* Browser name and version:
55+
56+
---
57+
58+
### **Additional context**
59+
<!-- Add any other context or additional information about the problem here.-->
60+
61+
*
62+
63+
<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
64+
65+
Oh, hi there! 😄
66+
67+
To expedite issue processing, please search open and closed issues before submitting a new one.
68+
Please read our Rules of Conduct at this repository's `/CODE_OF_CONDUCT.md`
69+
70+
📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛-->
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# **💉 Failing Test**
2+
3+
## **Which jobs/test(s) are failing**
4+
<!-- The CI jobs or tests that are failing -->
5+
6+
*
7+
8+
---
9+
10+
## **Reason for failure/description**
11+
<!-- Try to describe why the test is failing or what we are missing to make it pass. -->
12+
13+
---
14+
15+
### **Media prove**
16+
<!-- If applicable, add screenshots or videos to help explain your problem. -->
17+
18+
---
19+
20+
### **Additional context**
21+
<!-- Add any other context or additional information about the problem here. -->
22+
23+
*
24+
25+
<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
26+
27+
Oh, hi there! 😄
28+
29+
To expedite issue processing, please search open and closed issues before submitting a new one.
30+
Please read our Rules of Conduct at this repository's `/CODE_OF_CONDUCT.md`
31+
32+
📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛-->
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# **📚 Documentation Issue Report**
2+
3+
## **Describe the bug**
4+
<!-- A clear and concise description of what the bug is. -->
5+
6+
*
7+
8+
---
9+
10+
### **To Reproduce**
11+
12+
<!-- Steps to reproduce the error:
13+
(e.g.:)
14+
1. Use x argument / navigate to
15+
2. Fill this information
16+
3. Go to...
17+
4. See error -->
18+
19+
<!-- Write the steps here (add or remove as many steps as needed)-->
20+
21+
1.
22+
2.
23+
3.
24+
4.
25+
26+
---
27+
28+
### **Media prove**
29+
<!-- If applicable, add screenshots or videos to help explain your problem. -->
30+
31+
---
32+
33+
## **Describe the solution you'd like**
34+
<!-- A clear and concise description of what you want to happen. -->
35+
36+
*
37+
38+
---
39+
40+
### **Additional context**
41+
<!-- Add any other context or additional information about the problem here.-->
42+
43+
*
44+
45+
<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
46+
47+
Oh, hi there! 😄
48+
49+
To expedite issue processing, please search open and closed issues before submitting a new one.
50+
Please read our Rules of Conduct at this repository's `/CODE_OF_CONDUCT.md`
51+
52+
📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛-->
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# **🚀 Feature Request**
2+
3+
## **Is your feature request related to a problem? Please describe.**
4+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
5+
6+
*
7+
8+
---
9+
10+
## **Describe the solution you'd like**
11+
<!-- A clear and concise description of what you want to happen. -->
12+
13+
*
14+
15+
---
16+
17+
## **Describe alternatives you've considered**
18+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
19+
20+
*
21+
22+
---
23+
24+
### **Additional context**
25+
<!-- Add any other context or additional information about the problem here.-->
26+
27+
*
28+
29+
<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
30+
31+
Oh, hi there! 😄
32+
33+
To expedite issue processing, please search open and closed issues before submitting a new one.
34+
Please read our Rules of Conduct at this repository's `/CODE_OF_CONDUCT.md`
35+
36+
📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛-->
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# **🚀 Enhancement Request**
2+
3+
## **Is your enhancement request related to a problem? Please describe.**
4+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
5+
6+
*
7+
8+
---
9+
10+
## **Describe the solution you'd like**
11+
<!-- A clear and concise description of what you want to happen. -->
12+
13+
*
14+
15+
---
16+
17+
## **Describe alternatives you've considered**
18+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
19+
20+
*
21+
22+
---
23+
24+
### **Additional context**
25+
<!-- Add any other context or additional information about the problem here.-->
26+
27+
*
28+
29+
<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
30+
31+
Oh, hi there! 😄
32+
33+
To expedite issue processing, please search open and closed issues before submitting a new one.
34+
Please read our Rules of Conduct at this repository's `/CODE_OF_CONDUCT.md`
35+
36+
📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛-->
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
2+
3+
Oh, hi there! 😄
4+
5+
To expedite issue processing, please search open and closed issues before submitting a new one.
6+
Please read our Rules of Conduct at this repository's `/CODE_OF_CONDUCT.md`
7+
8+
FIRST OF ALL, read this project's SECURITY.md file. Located in `/SECURITY.md`.
9+
10+
READ CAREFULLY IF YOUR ISSUE REPORT CONTAINS SENSIBLE OR PRIVATE DATA:
11+
(data that might be leaked or subtracted from our servers due to this
12+
security issue).
13+
14+
If this security report (or the guide on how to "identify the security bug") includes
15+
certain personal information or involves personal identifiable data, or you believe
16+
that the data that you might leak by exposing the way on how to attack the project
17+
could be considered as a data leak or could violate the privacy of any kind of
18+
data or sensible data, please do not post it here and directly email the developer:
19+
([email protected]). You should post the issue with the least amount of
20+
sensible or private data as possible to help us manage the security issue, and
21+
with the extra data sent from your email to the developer (if any), we will deeply
22+
analyze and try to fix it as fast as possible.
23+
24+
If you are in doubt about the data that you might post here (screenshots or media
25+
also, count as data), please directly email us.
26+
27+
The data that must NOT be posted here:
28+
29+
* Legal and/or full names
30+
* Names or usernames combined with other identifiers like phone numbers or email addresses
31+
* Health or financial information (including insurance information, social security numbers, etc.)
32+
* Information about political or religious affiliations
33+
* Information about race, ethnicity, sexual orientation, gender, or other identifying information that could be used for discriminatory purposes
34+
35+
📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛-->
36+
37+
# **⚠️ Security Report**
38+
39+
## **Describe the security issue**
40+
<!-- A clear and concise description of what the bug is. -->
41+
42+
*
43+
44+
---
45+
46+
### **To Reproduce**
47+
48+
<!-- Steps to reproduce the error:
49+
(e.g.:)
50+
1. Use x argument / navigate to
51+
2. Fill this information
52+
3. Go to...
53+
4. See error -->
54+
55+
<!-- Write the steps here (add or remove as many steps as needed)-->
56+
57+
1.
58+
2.
59+
3.
60+
4.
61+
62+
---
63+
64+
### **Expected behaviour**
65+
<!-- A clear and concise description of what you expected to happen. -->
66+
67+
*
68+
69+
---
70+
71+
### **Media prove**
72+
<!-- If applicable, add screenshots or videos to help explain your problem. -->
73+
74+
---
75+
76+
### **Your environment**
77+
78+
<!-- use all the applicable bulleted list elements for this specific issue,
79+
and remove all the bulleted list elements that are not relevant for this issue. -->
80+
81+
* OS: <!--[e.g. Ubuntu 5.4.0-26-generic x86_64 / Windows 1904 ...]-->
82+
* Node version:
83+
* Npm version:
84+
* Browser name and version:
85+
86+
---
87+
88+
### **Additional context**
89+
<!-- Add any other context or additional information about the problem here.-->
90+
91+
*
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# **❓ Question or Support Request**
2+
3+
## **Describe your question or ask for support.**
4+
<!-- A clear and concise description of what your doubt is. -->
5+
6+
*
7+
8+
<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
9+
10+
Oh, hi there! 😄
11+
12+
Before posting any questions or asking for support, first read the project's README.md file and
13+
(if there is any) the WIKI pages or any other additional documentation that might be listed
14+
in the project's README.md file.
15+
16+
To expedite issue processing, please search open and closed issues before submitting a new one.
17+
Please read our Rules of Conduct at this repository's `/CODE_OF_CONDUCT.md`
18+
19+
📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛-->

0 commit comments

Comments
 (0)