-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added additional support for JSON and joins * Code cleanup * Renamed connection methods * Updated methods and GitHub issue templates * Removed php-string-helpers dependency * Updated documentation * Updated method name in DbFactory * Renamed namespace * Added constants for the query builder * Added support for multiple joins * Updated documentation examples
- Loading branch information
1 parent
1b59053
commit 5842cda
Showing
26 changed files
with
1,337 additions
and
1,232 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: ⚠️️ Bug report | ||
description: Report a bug | ||
title: "[BUG]: " | ||
labels: ["Type: Bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
To report a bug, complete the form below. | ||
- type: input | ||
attributes: | ||
label: Project version | ||
description: Version of this project in which the bug exists | ||
placeholder: vX.X.X | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Detailed description of the bug | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: A summary of what you expected, should this issue not have arisen | ||
- type: textarea | ||
attributes: | ||
label: Possible solution | ||
description: Possible solution/fix to this issue | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Can provide links to a live example, code snippets, screenshots, or simple steps to reproduce this bug | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: Details of the environment which experienced this bug | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: Additional information/details |
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,34 @@ | ||
name: 🛠️ Feature request | ||
description: Request a new feature | ||
title: "[FEATURE]: " | ||
labels: ["Type: Feature"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
To request a new feature, complete the form below. | ||
- type: input | ||
attributes: | ||
label: Current project version | ||
description: Latest release of this project to-date | ||
placeholder: vX.X.X | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Description of the proposed feature | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Scenario/use-case | ||
description: Explain how/when the feature would be helpful | ||
- type: textarea | ||
attributes: | ||
label: Possible solution | ||
description: Possible solution to implement this feature | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: Additional information/details |
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,22 @@ | ||
name: ❓ Question | ||
description: Ask a question | ||
title: "[QUESTION]: " | ||
labels: ["Type: Question"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
To ask a question, complete the form below. | ||
- type: input | ||
attributes: | ||
label: Current project version | ||
description: Latest release of this project to-date | ||
placeholder: vX.X.X | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Description of the question | ||
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: 📄 Other | ||
description: All other issues | ||
title: "[OTHER]: " | ||
labels: ["Type: Other"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
To create a new issue, complete the form below. | ||
- type: input | ||
attributes: | ||
label: Project version | ||
description: Version of this project for which this issue applies (if applicable) | ||
placeholder: vX.X.X | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Issue details | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 @@ | ||
blank_issues_enabled: false |
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.