1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
name: ✨ Feature Request
description: Suggest an idea for this project.
labels: [t³ ✨ enhancement, t⁸ ⋅ triage]
body:
- type: markdown
attributes:
value: |
⚡️ katchow! We 💛 issues.
👉🏽 Need help or tech support? Please don't open an issue!
Head to https://is.gd/rollup_chat or https://stackoverflow.com/questions/tagged/rollupjs
👉🏽 Is this issue related to an official plugin? Please do not open an issue here, go to the plugins repository instead: https://github.com/rollup/plugins/issues
❤️ Rollup? Please consider supporting our collective:
👉 https://opencollective.com/rollup/donate
- type: textarea
id: use_case
attributes:
label: Feature Use Case
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Feature Proposal
validations:
required: true
|