This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add issue templates * update issue-bug template
- Loading branch information
1 parent
4ba2f87
commit 6eb687b
Showing
5 changed files
with
146 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
name: 🐞 Bug Report | ||
about: Something went awry and you'd like to tell us about it. | ||
|
||
--- | ||
|
||
<!-- | ||
⚡️ katchow! We 💛 issues. | ||
Please - do not - remove this template. | ||
Please - do not - skip or remove parts of this template. | ||
Or your issue may be closed. | ||
👉🏽 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 | ||
❤️ Rollup? Please consider supporting our collective: | ||
👉 https://opencollective.com/rollup/donate | ||
--> | ||
|
||
- Node-Resolve Plugin Version: | ||
- Rollup Version: | ||
- Operating System (or Browser): | ||
- Node Version: | ||
|
||
### How Do We Reproduce? | ||
|
||
<!-- | ||
Issues without minimal reproductions will be closed! Please provide one by: | ||
1. Work to isolate the problem and provide the exact steps in this issue, or | ||
2. Provide a minimal repository link (Read https://git.io/fNzHA for instructions). | ||
These may take more time to triage than the other options. | ||
--> | ||
|
||
|
||
### Expected Behavior | ||
|
||
|
||
### Actual Behavior | ||
|
||
|
||
<!-- | ||
Most issues can be expressed or demonstrated through a reproduction repository. | ||
However, 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/) | ||
--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: 📚 Documentation | ||
about: Are the docs lacking or missing something? Do they need some new 🔥 hotness? Tell us here. | ||
|
||
--- | ||
|
||
<!-- | ||
⚡️ katchow! We 💛 issues. | ||
Please - do not - remove this template. | ||
Please - do not - skip or remove parts of this template. | ||
Or your issue may be closed. | ||
👉🏽 Need help or tech support? Don't open an issue! | ||
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs | ||
❤️ Rollup? Please consider supporting our collective: | ||
👉 https://opencollective.com/rollup/donate | ||
--> | ||
|
||
Documentation Is: | ||
|
||
<!-- Please place an x (no spaces!) in all [ ] that apply --> | ||
|
||
- [ ] Missing | ||
- [ ] Needed | ||
- [ ] Confusing | ||
- [ ] Not Sure? | ||
|
||
### Please Explain in Detail... | ||
|
||
|
||
### Your Proposal for Changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: ✨ Feature Request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
<!-- | ||
⚡️ katchow! We 💛 issues. | ||
Please - do not - remove this template. | ||
Please - do not - skip or remove parts of this template. | ||
Or your issue may be closed. | ||
👉🏽 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 | ||
❤️ Rollup? Please consider supporting our collective: | ||
👉 https://opencollective.com/rollup/donate | ||
--> | ||
|
||
### Feature Use Case | ||
|
||
|
||
### Feature Proposal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: 🔧 Modification Request | ||
about: Would you like something work differently? Have an alternative approach? This is the template for you. | ||
|
||
--- | ||
|
||
<!-- | ||
⚡️ katchow! We 💛 issues. | ||
Please - do not - remove this template. | ||
Please - do not - skip or remove parts of this template. | ||
Or your issue may be closed. | ||
👉🏽 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 | ||
❤️ Rollup? Please consider supporting our collective: | ||
👉 https://opencollective.com/rollup/donate | ||
--> | ||
|
||
|
||
### Expected Behavior / Situation | ||
|
||
|
||
### Actual Behavior / Situation | ||
|
||
|
||
### Modification Proposal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: 🆘 Support, Help, and Advice | ||
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. | ||
|
||
--- | ||
|
||
Hey there! If you need help or tech support then this is not the place to | ||
ask. Please head to [the Rollup Gitter](https://gitter.im/rollup/rollup) | ||
instead or post a question to https://stackoverflow.com/questions/tagged/rollupjs. | ||
|
||
If you arrived here because you think Rollup's documentation is unclear, | ||
insufficient or wrong, please consider creating an issue for the documentation | ||
instead. |