Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: craftcms/commerce
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.0-beta.1
Choose a base ref
...
head repository: craftcms/commerce
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.x
Choose a head ref
Loading
Showing 509 changed files with 23,772 additions and 7,529 deletions.
256 changes: 0 additions & 256 deletions .ddev/config.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT-V3.yml
Original file line number Diff line number Diff line change
@@ -2,8 +2,9 @@ name: Bug Report – Commerce 3
description: Report an issue or unexpected behavior pertaining to Commerce 3
title: '[3.x]: '
labels:
- 🐞 bug
- commerce3
- Craft Commerce # Linear
- bug # Linear
body:
- type: markdown
attributes:
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT-V4.yml
Original file line number Diff line number Diff line change
@@ -2,8 +2,9 @@ name: Bug Report – Commerce 4
description: Report an issue or unexpected behavior pertaining to Commerce 4
title: '[4.x]: '
labels:
- 🐞 bug
- commerce4
- Craft Commerce # Linear
- bug # Linear
body:
- type: markdown
attributes:
67 changes: 67 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG-REPORT-V5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
name: Bug Report – Commerce 5
description: Report an issue or unexpected behavior pertaining to Commerce 5
title: '[5.x]: '
labels:
- commerce5
- Craft Commerce # Linear
- bug # Linear
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: commerceVersion
attributes:
label: Craft Commerce 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: |
-
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -3,8 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- develop
- '5.0'
- '5.x'
pull_request:
permissions:
contents: read
@@ -16,8 +15,10 @@ jobs:
name: ci
uses: craftcms/.github/.github/workflows/ci.yml@v3
with:
php_version: '["8.2", "8.3"]'
craft_version: '5'
jobs: '["ecs", "phpstan", "prettier", "tests"]'
node_version: '20'
jobs: '["ecs", "phpstan", "prettier", "tests", "rector"]'
notify_slack: true
slack_subteam: <!subteam^S01CWPYH9D5>
secrets:
16 changes: 0 additions & 16 deletions .github/workflows/issues.yml

This file was deleted.

Loading