From 1789ae015fd2fcff3af283facabc65b601856adf Mon Sep 17 00:00:00 2001 From: shellscape Date: Thu, 26 Dec 2019 10:30:27 -0500 Subject: [PATCH] chore: add new plugin request template --- .github/ISSUE_TEMPLATE/NEW_PLUGIN.md | 47 ++++++++++++++++++++++++++++ .prettierignore | 3 ++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/NEW_PLUGIN.md create mode 100644 .prettierignore diff --git a/.github/ISSUE_TEMPLATE/NEW_PLUGIN.md b/.github/ISSUE_TEMPLATE/NEW_PLUGIN.md new file mode 100644 index 000000000..2ecd29bdc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/NEW_PLUGIN.md @@ -0,0 +1,47 @@ +--- +name: 🔌 New Plugin Request +about: Request a new Core plugin + +--- + + + +Request Checklist: + + +- [ ] I have searched https://npmjs.com/ before opening this issue +- [ ] I have searched https://github.com/rollup/awesome before opening this issue + +### New Plugin Use Case + + + +### New Plugin Proposal + + diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000..a9412531b --- /dev/null +++ b/.prettierignore @@ -0,0 +1,3 @@ +.github/ISSUE_TEMPLATE +.github/ISSUE_TEMPLATE.md +.github/PULL_REQUEST_TEMPLATE.md