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 remote-tracking branch 'upstream/beta' into insert-into-select-v2
- Loading branch information
Showing
452 changed files
with
46,675 additions
and
13,621 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
Oops, something went wrong.