Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 6eb687b

Browse files
Dmitry Vakhnenkolukastaegert
Dmitry Vakhnenko
authored andcommitted
#214 Add issue templates (#217)
* add issue templates * update issue-bug template
1 parent 4ba2f87 commit 6eb687b

File tree

5 files changed

+146
-0
lines changed

5 files changed

+146
-0
lines changed

.github/ISSUE_TEMPLATE/BUG.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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 tech support? Please don't open an issue!
15+
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs
16+
17+
❤️ Rollup? Please consider supporting our collective:
18+
👉 https://opencollective.com/rollup/donate
19+
-->
20+
21+
- Node-Resolve Plugin Version:
22+
- Rollup Version:
23+
- Operating System (or Browser):
24+
- Node Version:
25+
26+
### How Do We Reproduce?
27+
28+
<!--
29+
Issues without minimal reproductions will be closed! Please provide one by:
30+
1. Work to isolate the problem and provide the exact steps in this issue, or
31+
2. Provide a minimal repository link (Read https://git.io/fNzHA for instructions).
32+
These may take more time to triage than the other options.
33+
-->
34+
35+
36+
### Expected Behavior
37+
38+
39+
### Actual Behavior
40+
41+
42+
<!--
43+
Most issues can be expressed or demonstrated through a reproduction repository.
44+
However, the situation may arise where some small code snippets also need to
45+
be provided. In that situation, please add your code below using
46+
Fenced Code Blocks (https://help.github.com/articles/creating-and-highlighting-code-blocks/)
47+
-->
48+

.github/ISSUE_TEMPLATE/DOCS.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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 tech support? Don't open an issue!
15+
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs
16+
17+
❤️ Rollup? Please consider supporting our collective:
18+
👉 https://opencollective.com/rollup/donate
19+
-->
20+
21+
Documentation Is:
22+
23+
<!-- Please place an x (no spaces!) in all [ ] that apply -->
24+
25+
- [ ] Missing
26+
- [ ] Needed
27+
- [ ] Confusing
28+
- [ ] Not Sure?
29+
30+
### Please Explain in Detail...
31+
32+
33+
### Your Proposal for Changes

.github/ISSUE_TEMPLATE/FEATURE.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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 tech support? Please don't open an issue!
15+
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs
16+
17+
❤️ Rollup? Please consider supporting our collective:
18+
👉 https://opencollective.com/rollup/donate
19+
-->
20+
21+
### Feature Use Case
22+
23+
24+
### Feature Proposal
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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 tech support? Please don't open an issue!
15+
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs
16+
17+
❤️ Rollup? Please consider supporting our collective:
18+
👉 https://opencollective.com/rollup/donate
19+
-->
20+
21+
22+
### Expected Behavior / Situation
23+
24+
25+
### Actual Behavior / Situation
26+
27+
28+
### Modification Proposal

.github/ISSUE_TEMPLATE/SUPPORT.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: 🆘 Support, Help, and Advice
3+
about: 👉🏽 Need help or tech support? Please don't open an issue! Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs.
4+
5+
---
6+
7+
Hey there! If you need help or tech support then this is not the place to
8+
ask. Please head to [the Rollup Gitter](https://gitter.im/rollup/rollup)
9+
instead or post a question to https://stackoverflow.com/questions/tagged/rollupjs.
10+
11+
If you arrived here because you think Rollup's documentation is unclear,
12+
insufficient or wrong, please consider creating an issue for the documentation
13+
instead.

0 commit comments

Comments
 (0)