Skip to content

Commit f3d92f5

Browse files
committed
Merge branch 'master' into 7.x
2 parents 5a6a3e5 + c95f560 commit f3d92f5

File tree

5 files changed

+24
-28
lines changed

5 files changed

+24
-28
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.md renamed to .github/ISSUE_TEMPLATE/1_Bug_Report.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "🐛 Bug Report"
2+
name: "🐞 Bug Report"
33
about: 'If you want to report an issue.'
44
---
55

@@ -15,3 +15,11 @@ about: 'If you want to report an issue.'
1515
### Steps to reproduce:
1616

1717
...
18+
19+
#### Expected:
20+
21+
...
22+
23+
#### Actual:
24+
25+
...

.github/ISSUE_TEMPLATE/2_Feature_request.md renamed to .github/ISSUE_TEMPLATE/2_Feature_Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "💡 Feature Request"
3-
about: 'If you want to propose the idea.'
3+
about: 'If you want to propose an idea.'
44
---
55

66
### Description:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "🛠 Laravel Version Support"
3+
about: 'If you want to support a new Laravel version.'
4+
---
5+
6+
### Follow these steps:
7+
8+
> Please, note that we have to update versions for everything, not only `illuminate` packages.
9+
10+
1. Update versions in `composer.json` according to Laravel's `composer.json`.
11+
2. Add the newly supported version to `README.md`.
12+
3. Open PR to the `master` branch.

.github/ISSUE_TEMPLATE/3_Support_Laravel_version.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Provide a descriptive title, thorough description, and tests for your PR.
2+
Please, provide a descriptive title, thorough description, and tests for your PR.
33
4-
Keep an eye on all of the continuous integrations: code style, tests, tests coverage, etc.
4+
Also, make sure that all CI checks have passed: Code Style, Tests, Tests Coverage, etc.
55
-->

0 commit comments

Comments
 (0)