Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jul 26, 2024
1 parent 9be78f5 commit 24a956d
Showing 1 changed file with 11 additions and 49 deletions.
60 changes: 11 additions & 49 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,58 +25,20 @@ body:
Please fork [Stackblitz project](https://stackblitz.com/edit/vitejs-vite-daiajq?file=src%2FApp.tsx) and create a case demonstrating your bug report. Issues **without** a CodeSandbox have much less possibility to be reviewed.
validations:
required: false
- type: input
id: pr-version
attributes:
label: PrimeReact version
placeholder: x.x.x
validations:
required: true
- type: dropdown
id: react-version
attributes:
label: React version
multiple: false
options:
- 17.x
- 18.x
validations:
required: true
- type: dropdown
id: language
attributes:
label: Language
multiple: false
options:
- TypeScript
- ES5
- ES6
- ALL
validations:
required: true
- type: dropdown
id: engine
- type: textarea
id: system-info
attributes:
label: Build / Runtime
multiple: false
options:
- Create React App (CRA)
- Next.js
- Remix
- Vite
- Hydrogen
- Relay
- Preact
- Qwik
label: System Information
description: Output of `npx envinfo --system --npmPackages primereact,react --binaries --browsers`
placeholder: >
System:...
Binaries:...
Browsers: ...
npmPackages:
primereact: 10.7.0 => 10.7.0
react: 18.3.1 => 18.3.1
validations:
required: true
- type: input
id: browsers
attributes:
label: Browser(s)
description: List specific browser(s) the problem occurs on or leave blank if ALL browsers
placeholder: >
e.g. Safari 15, iOS 15.4, Chrome 90
- type: textarea
id: reproduce-steps
attributes:
Expand Down

0 comments on commit 24a956d

Please sign in to comment.