diff --git a/.github/ISSUE_TEMPLATE/cli.yml b/.github/ISSUE_TEMPLATE/cli.yml deleted file mode 100644 index 9e18d9aba6..0000000000 --- a/.github/ISSUE_TEMPLATE/cli.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: CLI -description: Suggest an idea for the Ionic CLI -labels: 'ionitron: cli' -body: - - type: markdown - attributes: - value: "Please do not submit bug reports or feature requests related to the Ionic CLI. Instead, please submit an issue to the [Ionic CLI Repository](https://github.com/ionic-team/ionic-cli/issues/new/choose)." diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..773f5ad325 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,10 @@ +contact_links: + - name: Documentation + url: https://github.com/ionic-team/ionic-docs/issues/new/choose + about: This issue tracker is not for documentation issues. Please file documentation issues on the Ionic Docs repo. + - name: CLI + url: https://github.com/ionic-team/ionic-cli/issues/new/choose + about: This issue tracker is not for CLI issues. PLease file CLI issues on the Ionic CLI repo. + - name: Support Question + url: https://forum.ionicframework.com/ + about: This issue tracker is not for support questions. Please post your question on the Ionic Forums. diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml deleted file mode 100644 index e0c9e681a3..0000000000 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: Documentation -description: Suggest an improvement for the Ionic Framework documentation -labels: 'ionitron: docs' -body: - - type: markdown - attributes: - value: "Please do not submit issues on how to improve or fix the documentation. Instead, please submit an issue to the [Ionic Docs Repository](https://github.com/ionic-team/ionic-docs/issues/new/choose)." diff --git a/.github/ISSUE_TEMPLATE/support_question.yml b/.github/ISSUE_TEMPLATE/support_question.yml deleted file mode 100644 index f31830a04f..0000000000 --- a/.github/ISSUE_TEMPLATE/support_question.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: Support Question -description: Question on how to use Ionic Framework -title: 'support: ' -labels: 'ionitron: support' -body: - - type: markdown - attributes: - value: "Please do not submit support requests or "How to" questions here. Instead, please use the Ionic Forum: https://forum.ionicframework.com/."