Skip to content

Commit fedd0fa

Browse files
authored
chore: update bug report template descriptions and required fields (#29135)
Issue number: N/A --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> N/A ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Code reproductions are now required for all new issue reports. The description around a reproduction and how developers can create one has been adjusted. - We only support Ionic v7 to LTS at this point in time. Sending developers to a readonly repository where they cannot file issues doesn't add any value. I've updated the description and link to the relevant support page and enterprise offering. ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change: 1. Describe the impact and migration path for existing applications below. 2. Update the BREAKING.md file with the breaking change. 3. Add "BREAKING CHANGE: [...]" to the commit description when merging. See https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#footer for more information. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
1 parent 402951e commit fedd0fa

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ body:
2020
id: affected-versions
2121
attributes:
2222
label: Ionic Framework Version
23-
description: Which version(s) of Ionic Framework does this issue impact? For Ionic Framework 1.x issues, please use https://github.com/ionic-team/ionic-v1. For Ionic Framework 2.x and 3.x issues, please use https://github.com/ionic-team/ionic-v3.
23+
description: Which version(s) of Ionic Framework does this issue impact? [Ionic Framework 1.x to 6.x are no longer supported](https://ionicframework.com/docs/reference/support#framework-maintenance-and-support-status). For extended support, considering visiting [Ionic's Enterprise offering](https://ionic.io/enterprise).
2424
options:
25-
- v4.x
26-
- v5.x
27-
- v6.x
2825
- v7.x
26+
- v8.x (Beta)
2927
- Nightly
3028
multiple: true
3129
validations:
@@ -51,20 +49,27 @@ body:
5149
id: steps-to-reproduce
5250
attributes:
5351
label: Steps to Reproduce
54-
description: Please explain the steps required to duplicate this issue.
52+
description: Explain the steps required to reproduce this issue.
5553
placeholder: |
56-
1.
57-
2.
58-
3.
54+
1. Go to '...'
55+
2. Click on '...'
56+
3. Observe: '...'
5957
validations:
6058
required: true
6159

6260
- type: input
6361
id: reproduction-url
6462
attributes:
6563
label: Code Reproduction URL
66-
description: Please reproduce this issue in a blank Ionic Framework starter application and provide a link to the repo. Try out our [Getting Started Wizard](https://ionicframework.com/start#basics) to quickly spin up an Ionic Framework starter app. This is the best way to ensure this issue is triaged quickly. Issues without a code reproduction may be closed if the Ionic Team cannot reproduce the issue you are reporting.
64+
description: |
65+
Reproduce this issue in a blank [Ionic Framework starter application](https://ionicframework.com/start#basics) or a Stackblitz example.
66+
67+
You can use the Stackblitz button available on any of the [component playgrounds](https://ionicframework.com/docs/components) to open an editable example. Remember to save your changes to obtain a link to copy.
68+
69+
Reproductions cases must be minimal and focused around the specific problem you are experiencing. This is the best way to ensure this issue is triaged quickly. Issues without a code reproduction may be closed if the Ionic Team cannot reproduce the issue you are reporting.
6770
placeholder: https://github.com/...
71+
validations:
72+
required: true
6873

6974
- type: textarea
7075
id: ionic-info

0 commit comments

Comments
 (0)