Skip to content

Commit

Permalink
Merge pull request #130 from conedevelopment/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
iamgergo authored Sep 25, 2023
2 parents 1cb2d15 + b94a1b2 commit e910cac
Show file tree
Hide file tree
Showing 601 changed files with 14,193 additions and 23,159 deletions.
9 changes: 0 additions & 9 deletions .babelrc

This file was deleted.

22 changes: 20 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,27 @@ insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 3000
block_comment_start = /*
block_comment = *
block_comment_end = */

[{*.php,*.js,*.scss}]
max_line_length = 120

[*.blade.php]
max_line_length = 3000

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_size = 2
# Generated files
[yarn.lock]
indent_size = unset
max_line_length = unset
[public/build/**]
indent_size = unset
insert_final_newline = unset
max_line_length = unset
[.vscode/*.json]
indent_size = unset
37 changes: 0 additions & 37 deletions .eslintrc.js

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/.github export-ignore
/.gitignore export-ignore
/.vscode export-ignore
/.stylelintrc.json export-ignore
/.typos.toml export-ignore
/composer.lock export-ignore linguist-generated
/jest.config.js export-ignore
Expand Down
49 changes: 37 additions & 12 deletions .github/ISSUE_TEMPLATE/1_Bug_report.md
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
67 changes: 48 additions & 19 deletions .github/ISSUE_TEMPLATE/2_Feature_request.md
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"
32 changes: 26 additions & 6 deletions .github/root-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 26 additions & 6 deletions .github/root-logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e910cac

Please sign in to comment.