Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add envinfo field to issue bug template #3924

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add envinfo field to issue bug template
Provides a command to retrieve the actual resolved versions of drizzle
packages and other associated packages, rather than asking for a semver
spec from package.json
fnimick committed Jan 9, 2025
commit 45b58ad6283f834746b50894c952a638baf62378
14 changes: 12 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-template.yaml
Original file line number Diff line number Diff line change
@@ -17,18 +17,28 @@ body:
- label: I have verified that the bug I'm about to report hasn't been filed before.
required: true

- type: textarea
id: system-info
attributes:
label: System Info
description: Output of `npx envinfo --system --binaries --npmPackages "{drizzle*,typescript}"`
render: shell
placeholder: System, Binaries, Packages
validations:
required: true

- type: input
attributes:
label: What version of `drizzle-orm` are you using?
description: You can check the version by opening the `package.json` file in your project.
description: You can get the resolved version from the above `envinfo` command.
placeholder: 0.0.0
validations:
required: true

- type: input
attributes:
label: What version of `drizzle-kit` are you using?
description: You can check the version by opening the `package.json` file in your project.
description: You can get the resolved version from the above `envinfo` command.
placeholder: 0.0.0
validations:
required: true