diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md new file mode 100644 index 0000000..4f0914f --- /dev/null +++ b/.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. + +--- + + + +- Node-Resolve Plugin Version: +- Rollup Version: +- Operating System (or Browser): +- Node Version: + +### How Do We Reproduce? + + + + +### Expected Behavior + + +### Actual Behavior + + + + diff --git a/.github/ISSUE_TEMPLATE/DOCS.md b/.github/ISSUE_TEMPLATE/DOCS.md new file mode 100644 index 0000000..da462c7 --- /dev/null +++ b/.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. + +--- + + + +Documentation Is: + + + +- [ ] Missing +- [ ] Needed +- [ ] Confusing +- [ ] Not Sure? + +### Please Explain in Detail... + + +### Your Proposal for Changes \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/FEATURE.md b/.github/ISSUE_TEMPLATE/FEATURE.md new file mode 100644 index 0000000..e62f71e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE.md @@ -0,0 +1,24 @@ +--- +name: ✨ Feature Request +about: Suggest an idea for this project + +--- + + + +### Feature Use Case + + +### Feature Proposal \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/MODIFICATION.md b/.github/ISSUE_TEMPLATE/MODIFICATION.md new file mode 100644 index 0000000..73de7f0 --- /dev/null +++ b/.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. + +--- + + + + +### Expected Behavior / Situation + + +### Actual Behavior / Situation + + +### Modification Proposal \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md new file mode 100644 index 0000000..915e14f --- /dev/null +++ b/.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.