You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,10 @@ body:
20
20
id: affected-versions
21
21
attributes:
22
22
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).
24
24
options:
25
-
- v4.x
26
-
- v5.x
27
-
- v6.x
28
25
- v7.x
26
+
- v8.x (Beta)
29
27
- Nightly
30
28
multiple: true
31
29
validations:
@@ -51,20 +49,27 @@ body:
51
49
id: steps-to-reproduce
52
50
attributes:
53
51
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.
55
53
placeholder: |
56
-
1.
57
-
2.
58
-
3.
54
+
1. Go to '...'
55
+
2. Click on '...'
56
+
3. Observe: '...'
59
57
validations:
60
58
required: true
61
59
62
60
- type: input
63
61
id: reproduction-url
64
62
attributes:
65
63
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.
0 commit comments