Update bug_report.yml

pull/5189/head
tugcekucukoglu 2024-01-31 12:59:40 +03:00
parent a23e3eb50d
commit 0107cdc098
1 changed files with 96 additions and 95 deletions

View File

@ -1,98 +1,99 @@
name: Bug report name: Bug report
description: Create a report to help PrimeVue improve. description: Create a report to help PrimeVue improve.
title: "Component Name: Issue Title" title: 'Component Name: Issue Title'
labels: "Status: Needs Triage" labels: 'Status: Needs Triage'
body: body:
- type: markdown - type: markdown
attributes: attributes:
# yamllint disable rule:line-length # yamllint disable rule:line-length
value: > value: >
### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeVue PRO Support* where support is provided within 4 business hours ### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeVue PRO Support* where support is provided within 4 business hours
# yamllint enable rule:line-length # yamllint enable rule:line-length
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
label: Describe the bug label: Describe the bug
description: A clear and concise description of what the bug is. description: A clear and concise description of what the bug is.
validations: validations:
required: true required: true
- type: input - type: input
id: reproducer id: reproducer
attributes: attributes:
label: Reproducer label: Reproducer
placeholder: https://codesandbox.io/s/primevue-create-vue-issue-template-kw9g6i placeholder: https://stackblitz.com/edit/primevue-create-vue-issue-template
description: | description: |
Please fork one of the issue template Please fork one of the issue template
[PrimeVue 3 Issue Template](https://codesandbox.io/s/primevue-create-vue-issue-template-kw9g6i) [PrimeVue 3 Issue Template](https://stackblitz.com/edit/primevue-create-vue-issue-template)
[PrimeVue TypeScript Issue Template](https://codesandbox.io/s/primevue-create-vue-typescript-issue-template-fb775d) [PrimeVue TypeScript Issue Template](https://stackblitz.com/edit/primevue-create-vue-typescript-issue-template)
[PrimeVue 2 Issue Template](https://codesandbox.io/s/primevue-2-issue-template-dw7jd7) [PrimeVue Nuxt Issue Template](https://stackblitz.com/edit/primevue-nuxt-issue-template)
and create a case demonstrating your bug report. Issues **without** a CodeSandbox have much less possibility to be reviewed. [PrimeVue 2 Issue Template](https://codesandbox.io/s/primevue-2-issue-template-dw7jd7)
validations: and create a case demonstrating your bug report. Issues **without** a Stackblitz have much less possibility to be reviewed.
required: true validations:
- type: input required: true
id: pr-version - type: input
attributes: id: pr-version
label: PrimeVue version attributes:
placeholder: x.x.x label: PrimeVue version
validations: placeholder: x.x.x
required: true validations:
- type: dropdown required: true
id: vue-version - type: dropdown
attributes: id: vue-version
label: Vue version attributes:
multiple: false label: Vue version
options: multiple: false
- 3.x options:
- 2.x - 3.x
validations: - 2.x
required: true validations:
- type: dropdown required: true
id: language - type: dropdown
attributes: id: language
label: Language attributes:
multiple: false label: Language
options: multiple: false
- TypeScript options:
- ES5 - TypeScript
- ES6 - ES5
- ALL - ES6
validations: - ALL
required: true validations:
- type: dropdown required: true
id: engine - type: dropdown
attributes: id: engine
label: Build / Runtime attributes:
multiple: false label: Build / Runtime
options: multiple: false
- Vue CLI App options:
- TypeScript - Vue CLI App
- Nuxt - TypeScript
- Vite - Nuxt
validations: - Vite
required: true validations:
- type: input required: true
id: browsers - type: input
attributes: id: browsers
label: Browser(s) attributes:
description: List specific browser(s) the problem occurs on or leave blank if ALL browsers label: Browser(s)
placeholder: > description: List specific browser(s) the problem occurs on or leave blank if ALL browsers
e.g. Safari 15, iOS 15.4, Chrome 90 placeholder: >
- type: textarea e.g. Safari 15, iOS 15.4, Chrome 90
id: reproduce-steps - type: textarea
attributes: id: reproduce-steps
label: Steps to reproduce the behavior attributes:
description: A clear and concise description of how to make the issue happen. label: Steps to reproduce the behavior
placeholder: > description: A clear and concise description of how to make the issue happen.
1. Go to '...' placeholder: >
2. Click on '....' 1. Go to '...'
3. Scroll down to '....' 2. Click on '....'
4. See error 3. Scroll down to '....'
validations: 4. See error
required: false validations:
- type: textarea required: false
id: expected-behavior - type: textarea
attributes: id: expected-behavior
label: Expected behavior attributes:
description: A clear and concise description of what you expected to happen. label: Expected behavior
validations: description: A clear and concise description of what you expected to happen.
required: false validations:
required: false