diff --git a/.editorconfig b/.editorconfig index 077fa1b..978c784 100755 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ indent_size = 2 [*.yaml.j2] indent_size = 2 + +[Makefile] +indent_style = tab diff --git a/.github/.release-please-config.json b/.github/.release-please-config.json index cf852f0..387b2d4 100644 --- a/.github/.release-please-config.json +++ b/.github/.release-please-config.json @@ -42,18 +42,18 @@ { "type": "test", "section": "Tests", - "hidden": false - }, - { - "type": "ci", - "section": "Continuous Integration", - "hidden": false + "hidden": true }, { "type": "build", "section": "Build System", "hidden": true }, + { + "type": "ci", + "section": "Continuous Integration", + "hidden": true + }, { "type": "chore", "section": "Miscellaneous", diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 20c49a3..c5fa2fe 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -96,8 +96,8 @@ body: value: | ๐Ÿ“› To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one. We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines: - - [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md) - - [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md) + - [Code of Conduct](https://github.com/wayofdev/docker-php-base/blob/master/.github/CODE_OF_CONDUCT.md) + - [Contribution Guidelines](https://github.com/wayofdev/docker-php-base/blob/master/.github/CONTRIBUTING.md) Additionally, consider joining our discussions on: - [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr) diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml index 52b00cf..3327a4b 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -66,8 +66,8 @@ body: value: | ๐Ÿ“› To ensure a smooth issue processing, please check if a similar feature request has already been submitted before creating a new one. We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines: - - [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md) - - [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md) + - [Code of Conduct](https://github.com/wayofdev/docker-php-base/blob/master/.github/CODE_OF_CONDUCT.md) + - [Contribution Guidelines](https://github.com/wayofdev/docker-php-base/blob/master/.github/CONTRIBUTING.md) Additionally, consider joining our discussions on: - [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr) diff --git a/.github/ISSUE_TEMPLATE/3-failing-test.yml b/.github/ISSUE_TEMPLATE/3-failing-test.yml index c4636e2..c884051 100644 --- a/.github/ISSUE_TEMPLATE/3-failing-test.yml +++ b/.github/ISSUE_TEMPLATE/3-failing-test.yml @@ -54,8 +54,8 @@ body: value: | ๐Ÿ“› To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one. We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines: - - [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md) - - [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md) + - [Code of Conduct](https://github.com/wayofdev/docker-php-base/blob/master/.github/CODE_OF_CONDUCT.md) + - [Contribution Guidelines](https://github.com/wayofdev/docker-php-base/blob/master/.github/CONTRIBUTING.md) Additionally, consider joining our discussions on: - [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr) diff --git a/.github/ISSUE_TEMPLATE/4-docs-bug-report.yml b/.github/ISSUE_TEMPLATE/4-docs-bug-report.yml index ae7acdc..07e9893 100644 --- a/.github/ISSUE_TEMPLATE/4-docs-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/4-docs-bug-report.yml @@ -70,8 +70,8 @@ body: value: | ๐Ÿ“› To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one. We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines: - - [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md) - - [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md) + - [Code of Conduct](https://github.com/wayofdev/docker-php-base/blob/master/.github/CODE_OF_CONDUCT.md) + - [Contribution Guidelines](https://github.com/wayofdev/docker-php-base/blob/master/.github/CONTRIBUTING.md) Additionally, consider joining our discussions on: - [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr) diff --git a/.github/ISSUE_TEMPLATE/5-security-report.yml b/.github/ISSUE_TEMPLATE/5-security-report.yml index a1a1624..63b1cf5 100644 --- a/.github/ISSUE_TEMPLATE/5-security-report.yml +++ b/.github/ISSUE_TEMPLATE/5-security-report.yml @@ -21,7 +21,7 @@ body: - type: markdown attributes: - value: 'To create a new advisory, go to: [Create Security Advisory](https://github.com/wayofdev/spiral-starter-tpl/security/advisories/new)' + value: 'To create a new advisory, go to: [Create Security Advisory](https://github.com/wayofdev/docker-php-base/security/advisories/new)' - type: textarea id: github-advisory-url diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1e2386..351e19e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,5 @@ --- -concurrency: - group: "${{ github.workflow }}-${{ github.ref }}" - cancel-in-progress: true - on: # yamllint disable-line rule:truthy workflow_dispatch: push: @@ -21,6 +17,10 @@ env: name: ๐Ÿš€ Build docker images with latest tag +concurrency: + group: "${{ github.workflow }}-${{ github.ref }}" + cancel-in-progress: true + jobs: build: strategy: diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 3f63819..2f9c491 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -11,6 +11,10 @@ name: ๐Ÿž Differential shell-check permissions: contents: read +concurrency: + group: "${{ github.workflow }}-${{ github.ref }}" + cancel-in-progress: true + jobs: shellcheck: uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@v3.2.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e31657d..73caedd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,5 @@ --- -concurrency: - group: "${{ github.workflow }}-${{ github.ref }}" - cancel-in-progress: true - on: # yamllint disable-line rule:truthy pull_request: paths-ignore: @@ -15,6 +11,10 @@ env: name: ๐Ÿงช Test Docker images +concurrency: + group: "${{ github.workflow }}-${{ github.ref }}" + cancel-in-progress: true + jobs: test: strategy: diff --git a/Makefile b/Makefile index b48a539..e27840d 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,7 @@ help: @echo ' ๐Ÿ“ฆ Package docker-php-base (github.com/wayofdev/docker-php-base)' @echo ' ๐Ÿค  Author the dev (github.com/lotyp)' @echo ' ๐Ÿข ${YELLOW}Org wayofdev (github.com/wayofdev)${RST}' + @echo .PHONY: help .EXPORT_ALL_VARIABLES: diff --git a/README.md b/README.md index 73b144a..45403a7 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ Thank you for considering contributing to the wayofdev community! We are open to - ๐Ÿค” [Suggest a feature](https://github.com/wayofdev/docker-php-base/issues/new?assignees=&labels=type%3A+enhancement&projects=&template=2-feature-request.yml&title=%5BFeature%5D%3A+) - ๐Ÿ› [Report an issue](https://github.com/wayofdev/docker-php-base/issues/new?assignees=&labels=type%3A+documentation%2Ctype%3A+maintenance&projects=&template=1-bug-report.yml&title=%5BBug%5D%3A+) - ๐Ÿ“– [Improve documentation](https://github.com/wayofdev/docker-php-base/issues/new?assignees=&labels=type%3A+documentation%2Ctype%3A+maintenance&projects=&template=4-docs-bug-report.yml&title=%5BDocs%5D%3A+) -- ๐Ÿ‘จโ€๐Ÿ’ป [Contribute to the code](./github/CONTRIBUTING.md) +- ๐Ÿ‘จโ€๐Ÿ’ป [Contribute to the code](./.github/CONTRIBUTING.md) You are more than welcome. Before contributing, kindly check our [contribution guidelines](.github/CONTRIBUTING.md).