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

#214 Add issue templates #217

Merged
merged 2 commits into from May 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG.md
@@ -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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is for rollup-plugin-node-resolve, the plugin version would also be very important! How about

Node-Resolve Plugin Version:
Rollup Version:
Operating System (or Browser):
Node 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/)
-->

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/DOCS.md
@@ -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
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE.md
@@ -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
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/MODIFICATION.md
@@ -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
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/SUPPORT.md
@@ -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.