chore(): remove cli, docs, and support templates in favor of directing visitors to correct place url (#23644)

This commit is contained in:
Liam DeBeasi
2021-07-15 10:00:21 -04:00
committed by GitHub
parent 773bbcb211
commit 3016b79717
4 changed files with 10 additions and 22 deletions

View File

@ -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)."

10
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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.

View File

@ -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)."

View File

@ -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/."