Skip to content

Commit ef8b717

Browse files
committed
Add GitHub issue template
1 parent ac60ffa commit ef8b717

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: "⚒️ Support Laravel Version"
3+
about: 'If you want to support a new Laravel version.'
4+
---
5+
6+
### Follow these steps:
7+
8+
1. In the package's `composer.json` file:
9+
- Set all of the `illuminate/%` packages to the new version, i.e. `^6.0`;
10+
- Set the `php` version according to the Laravel's `composer.json`;
11+
- Make proper fixes in the `php` list within the `.travis.yml` file;
12+
- Set versions for all of the packages according to the Laravel's `composer.json`;
13+
2. Add a new row in the `README.md` file for the new version.
14+
3. Open the PR:
15+
- Make sure that all of the CI checks are passing;
16+
17+
### Next steps from my side:
18+
19+
1. Merge the PR.
20+
2. Create the new branch, i.e. `6.x`.
21+
3. For the new branch, within the `README.md` file:
22+
- Fix the branch for badges, i.e., from `master` to `6.x`;
23+
- Set the branch for the installation command, i.e., `illuminated/package:^6.0`;
24+
4. Create a new release.

0 commit comments

Comments
 (0)