forked from EC-CUBE/ec-cube
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
212 changed files
with
5,539 additions
and
2,262 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: 🐛 不具合報告(Bug Report) | ||
description: 脆弱性に関する報告はこちらからしないでください。 | ||
labels: bug | ||
body: | ||
- type: textarea | ||
id: overview | ||
attributes: | ||
label: 概要(Overview) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: procedure | ||
attributes: | ||
label: 再現手順(Procedure) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: affected-versions | ||
attributes: | ||
label: 環境(Environment) | ||
description: | ||
placeholder: | | ||
EC-CUBE: 4.2.x | ||
PHP: 8.x.x | ||
DB: | ||
PostgresSQL x.x.x | ||
MySQL x.x.x | ||
validations: | ||
required: true |
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,17 @@ | ||
name: 🚀 改善要望(Feature Request) | ||
description: こんな機能が欲しいなど | ||
body: | ||
- type: textarea | ||
id: overview | ||
attributes: | ||
label: 概要(Overview) | ||
description: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: example | ||
attributes: | ||
label: 期待する内容(Expect) or 要望(Requirement) | ||
description: | ||
validations: | ||
required: true |
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 脆弱性報告(Vulnerability Report) | ||
url: https://www.ec-cube.net/contact/ | ||
about: 公式サイトのお問い合わせフォームへ(概要と再現手順を必ずご記載ください) | ||
- name: 質問(Question) | ||
url: https://xoops.ec-cube.net/ | ||
about: 開発中に困ったことの相談や質問などは開発コミュニティへ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
runs: | ||
using: "Composite" | ||
steps: | ||
- name: Get Composer Cache Directory | ||
id: composer-cache | ||
run: | | ||
echo "::set-output name=dir::$(composer config cache-files-dir)" | ||
shell: bash | ||
|
||
- uses: actions/cache@v3 | ||
with: | ||
path: ${{ steps.composer-cache.outputs.dir }} | ||
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} | ||
restore-keys: | | ||
${{ runner.os }}-composer- | ||
- name: composer install | ||
run: composer install --dev --no-interaction -o --apcu-autoloader | ||
shell: bash |
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
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.