mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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. --> The bug report points to an old location of the Contributing doc. ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Updated the link to point to the new location under the docs folder. ## 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/docs/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. --> N/A
87 lines
3.3 KiB
YAML
87 lines
3.3 KiB
YAML
name: 🐛 Bug Report
|
|
description: Create a report to help us improve Ionic Framework
|
|
title: 'bug: '
|
|
|
|
body:
|
|
- type: checkboxes
|
|
id: prerequisites
|
|
attributes:
|
|
label: Prerequisites
|
|
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/docs/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 report this problem, without success.
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: affected-versions
|
|
attributes:
|
|
label: Ionic Framework Version
|
|
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).
|
|
options:
|
|
- v7.x
|
|
- v8.x
|
|
- Nightly
|
|
multiple: true
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: current-behavior
|
|
attributes:
|
|
label: Current Behavior
|
|
description: A clear description of what the bug is and how it manifests.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected-behavior
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: A clear description of what you expected to happen.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps-to-reproduce
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Explain the steps required to reproduce this issue.
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Observe: '...'
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: reproduction-url
|
|
attributes:
|
|
label: Code Reproduction URL
|
|
description: |
|
|
Reproduce this issue in a blank [Ionic Framework starter application](https://ionicframework.com/start#basics) or a Stackblitz example.
|
|
|
|
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.
|
|
|
|
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.
|
|
placeholder: https://github.com/...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: ionic-info
|
|
attributes:
|
|
label: Ionic Info
|
|
description: Please run `ionic info` from within your Ionic Framework project directory and paste the output below.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional-information
|
|
attributes:
|
|
label: Additional Information
|
|
description: List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc.
|