-
-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add new plugin request template
- Loading branch information
1 parent
2044115
commit 1789ae0
Showing
2 changed files
with
50 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,47 @@ | ||
--- | ||
name: π New Plugin Request | ||
about: Request a new Core plugin | ||
|
||
--- | ||
|
||
<!-- | ||
β‘οΈ 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 | ||
--> | ||
|
||
Request Checklist: | ||
|
||
<!-- | ||
Required Steps Before Opening This Issue | ||
Please [x] check the boxes to acknowledge you have performed these tasks | ||
--> | ||
- [ ] 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 | ||
|
||
<!-- | ||
Please describe the need for the new plugin, how it makes | ||
sense for your scenario, or other information that describes | ||
the community need for this plugin. | ||
Screenshots are great if you have them. | ||
Code is great to see if you can provide snippets. | ||
--> | ||
|
||
### New Plugin Proposal | ||
|
||
<!-- | ||
Use this area to describe how the new plugin might behave, | ||
options that it might have, or other resources that might | ||
be useful to the plugin you're proposing. | ||
--> |
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,3 @@ | ||
.github/ISSUE_TEMPLATE | ||
.github/ISSUE_TEMPLATE.md | ||
.github/PULL_REQUEST_TEMPLATE.md |