mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): fix form template typos (#23635)
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -11,7 +11,7 @@ body:
|
||||
required: true
|
||||
- label: I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
|
||||
required: true
|
||||
- label: I have search for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success.
|
||||
- label: I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success.
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
|
||||
6
.github/ISSUE_TEMPLATE/cli.yml
vendored
6
.github/ISSUE_TEMPLATE/cli.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: CLI
|
||||
about: Suggest an idea for the Ionic CLI
|
||||
title: ''
|
||||
description: Suggest an idea for the Ionic CLI
|
||||
labels: 'ionitron: cli'
|
||||
body:
|
||||
- type: markdown
|
||||
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)."
|
||||
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)."
|
||||
|
||||
6
.github/ISSUE_TEMPLATE/documentation.yml
vendored
6
.github/ISSUE_TEMPLATE/documentation.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Documentation
|
||||
about: Suggest an improvement for the Ionic Framework documentation
|
||||
title: ''
|
||||
description: Suggest an improvement for the Ionic Framework documentation
|
||||
labels: 'ionitron: docs'
|
||||
body:
|
||||
- type: markdown
|
||||
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)."
|
||||
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)."
|
||||
|
||||
16
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
16
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,18 +1,18 @@
|
||||
name: Feature Request
|
||||
about: Suggest an idea for Ionic Framework
|
||||
description: Suggest an idea for Ionic Framework
|
||||
title: 'feat: '
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Prequisites
|
||||
description: Please ensure you have completed all of the following.
|
||||
options:
|
||||
- label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
|
||||
required: true
|
||||
- label: I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
|
||||
required: true
|
||||
- label: I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already include this feature request, without success.
|
||||
required: true
|
||||
options:
|
||||
- label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
|
||||
required: true
|
||||
- label: I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
|
||||
required: true
|
||||
- label: I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already include this feature request, without success.
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the Feature Request
|
||||
|
||||
5
.github/ISSUE_TEMPLATE/support_question.yml
vendored
5
.github/ISSUE_TEMPLATE/support_question.yml
vendored
@@ -1,7 +1,8 @@
|
||||
name: Support Question
|
||||
about: Question on how to use Ionic Framework
|
||||
description: Question on how to use Ionic Framework
|
||||
title: 'support: '
|
||||
labels: 'ionitron: support'
|
||||
body:
|
||||
- type: markdown
|
||||
value: "Please do not submit support requests or "How to" questions here. Instead, please use the Ionic Forum: https://forum.ionicframework.com/."
|
||||
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