diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index ee3c686dd3..e2605bbbe2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,5 +1,5 @@ --- -name: 🐛 Bug Report +name: 🚨 Bug Report about: Report something not working title: 'bug: ' labels: '' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ccca84fe96..b7b3a29dc3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: ⚙️ Request a new plugin + url: https://github.com/capacitor-community/proposals + about: Propose a new plugin or platform to the Capacitor community - name: 🙋 Open a discussion url: https://github.com/ionic-team/capacitor/discussions about: Ask questions and discuss with other community members diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 420e975696..d898438d66 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,5 +1,5 @@ --- -name: ✨ Feature Request +name: ⚡️ Feature Request about: Request a feature or change title: 'feat: ' labels: ''