chore(): fix form template typos (#23635)

This commit is contained in:
Liam DeBeasi
2021-07-14 19:31:04 -04:00
committed by GitHub
parent 6d94a27fb9
commit 3134e0afcd
5 changed files with 18 additions and 17 deletions

View File

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

View File

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

View File

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

View File

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

View File

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