mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(): remove cli, docs, and support templates in favor of directing visitors to correct place url (#23644)
This commit is contained in:
7
.github/ISSUE_TEMPLATE/cli.yml
vendored
7
.github/ISSUE_TEMPLATE/cli.yml
vendored
@ -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
10
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
7
.github/ISSUE_TEMPLATE/documentation.yml
vendored
7
.github/ISSUE_TEMPLATE/documentation.yml
vendored
@ -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)."
|
|
8
.github/ISSUE_TEMPLATE/support_question.yml
vendored
8
.github/ISSUE_TEMPLATE/support_question.yml
vendored
@ -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/."
|
|
Reference in New Issue
Block a user