forked from drizzle-team/drizzle-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-bun-studio-sever-side-adress-to-logs
- Loading branch information
Showing
755 changed files
with
252,944 additions
and
17,835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: "Documentation Enhancement" | ||
description: Suggest documentation improvements | ||
title: "[DOCS]:" | ||
labels: ["docs"] | ||
|
||
body: | ||
- type: checkboxes | ||
id: verified | ||
attributes: | ||
label: Enhancement hasn't been filed before. | ||
options: | ||
- label: I have verified this enhancement I'm about to request hasn't been suggested before. | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the enhancement you want to request | ||
description: What do you want to change or add to the documentation? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
name: "Feature Request" | ||
description: Suggest new feature for Drizzle | ||
description: Suggest new feature | ||
title: "[FEATURE]:" | ||
labels: ["enhancement"] | ||
|
||
body: | ||
- type: checkboxes | ||
id: verified | ||
attributes: | ||
label: Feature hasn't been suggested before. | ||
options: | ||
- label: I have verified this feature I'm about to request hasn't been suggested before. | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe what you want | ||
description: What is the problem? What do you want to change or add? | ||
label: Describe the enhancement you want to request | ||
description: What do you want to change or add? What are the benefits of implementing this? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ dist-dts | |
rollup.config-*.mjs | ||
*.log | ||
.DS_Store | ||
drizzle-seed/src/dev |
Oops, something went wrong.