-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from conedevelopment/v2
V2
- Loading branch information
Showing
601 changed files
with
14,193 additions
and
23,159 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 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
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,13 +1,38 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
--- | ||
|
||
- Root Version: #.#.# | ||
- Laravel Version: #.#.# | ||
- PHP Version: #.#.# | ||
- Database Driver & Version: # | ||
|
||
### Description: | ||
|
||
### Steps To Reproduce: | ||
name: "Bug report" | ||
description: "Create a report to help us improve" | ||
body: | ||
- | ||
type: "input" | ||
attributes: | ||
label: "Root version" | ||
placeholder: "#.#.#" | ||
validations: | ||
required: true | ||
- | ||
type: "input" | ||
attributes: | ||
label: "Laravel version" | ||
placeholder: "#.#.#" | ||
- | ||
type: "input" | ||
attributes: | ||
label: "PHP version" | ||
placeholder: "#.#.#" | ||
- | ||
type: "input" | ||
attributes: | ||
label: "Database engine & version" | ||
placeholder: "#.#" | ||
- | ||
type: "markdown" | ||
attributes: | ||
label: "Description" | ||
validations: | ||
required: true | ||
- | ||
type: "markdown" | ||
attributes: | ||
label: "Steps To Reproduce" | ||
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,20 +1,49 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for root | ||
--- | ||
|
||
- Root version: #.#.# | ||
- Laravel version: #.#.# | ||
- PHP version: #.#.# | ||
- Database engine & version: #.# | ||
|
||
### Is your feature request related to a problem? Please describe | ||
|
||
|
||
### Describe the solution you'd like | ||
|
||
|
||
### Why do you think this feature is something we should consider for Root? | ||
|
||
|
||
### Additional context | ||
name: "Feature request" | ||
description: "Suggest an idea for root" | ||
body: | ||
- | ||
type: "input" | ||
attributes: | ||
label: "Root version" | ||
placeholder: "#.#.#" | ||
validations: | ||
required: true | ||
- | ||
type: "input" | ||
attributes: | ||
label: "Laravel version" | ||
placeholder: "#.#.#" | ||
- | ||
type: "input" | ||
attributes: | ||
label: "PHP version" | ||
placeholder: "#.#.#" | ||
- | ||
type: "input" | ||
attributes: | ||
label: "Database engine & version" | ||
placeholder: "#.#" | ||
- | ||
type: "markdown" | ||
attributes: | ||
label: "Is your feature request related to a problem?" | ||
description: "Please describe" | ||
validations: | ||
required: true | ||
- | ||
type: "markdown" | ||
attributes: | ||
label: "Describe the solution you'd like" | ||
validations: | ||
required: true | ||
- | ||
type: "markdown" | ||
attributes: | ||
label: "Why do you think this feature is something we should consider for Root?" | ||
validations: | ||
required: true | ||
- | ||
type: "markdown" | ||
attributes: | ||
label: "Additional context" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.