-
Notifications
You must be signed in to change notification settings - Fork 640
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/4.5.7' into main
- Loading branch information
Showing
62 changed files
with
654 additions
and
238 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,60 @@ | ||
name: Bug Report – Craft 5 | ||
description: Report an issue or unexpected behavior pertaining to Craft 5 | ||
title: '[5.x]: ' | ||
labels: | ||
- bug | ||
- craft5 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a bug report! Please fill out the fields to the best of your knowledge, so we can get to the bottom of the issue as quickly as possible. | ||
- type: textarea | ||
id: body | ||
attributes: | ||
label: What happened? | ||
value: | | ||
### Description | ||
### Steps to reproduce | ||
1. | ||
### Expected behavior | ||
### Actual behavior | ||
validations: | ||
required: true | ||
- type: input | ||
id: cmsVersion | ||
attributes: | ||
label: Craft CMS version | ||
validations: | ||
required: true | ||
- type: input | ||
id: phpVersion | ||
attributes: | ||
label: PHP version | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system and version | ||
- type: input | ||
id: db | ||
attributes: | ||
label: Database type and version | ||
- type: input | ||
id: imageDriver | ||
attributes: | ||
label: Image driver and version | ||
- type: textarea | ||
id: plugins | ||
attributes: | ||
label: Installed plugins and versions | ||
value: | | ||
- |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.