diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 74d46cd7c1..ff82042346 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/cli.yml b/.github/ISSUE_TEMPLATE/cli.yml index 9eb9d8b88f..9e18d9aba6 100644 --- a/.github/ISSUE_TEMPLATE/cli.yml +++ b/.github/ISSUE_TEMPLATE/cli.yml @@ -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)." diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 1e3dbd85a9..e0c9e681a3 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -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)." diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 2a757a5337..ba83f0668c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/support_question.yml b/.github/ISSUE_TEMPLATE/support_question.yml index b87fd90458..f31830a04f 100644 --- a/.github/ISSUE_TEMPLATE/support_question.yml +++ b/.github/ISSUE_TEMPLATE/support_question.yml @@ -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/."