first commit
This commit is contained in:
19
modules/pscleaner/.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
19
modules/pscleaner/.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<!-----------------------------------------------------------------------------
|
||||
Thank you for contributing to the PrestaShop project!
|
||||
|
||||
Please take the time to edit the "Answers" rows below with the necessary information.
|
||||
|
||||
Check out our contribution guidelines to find out how to complete it:
|
||||
https://devdocs.prestashop.com/1.7/contribute/contribution-guidelines/#pull-requests
|
||||
------------------------------------------------------------------------------>
|
||||
|
||||
| Questions | Answers
|
||||
| ------------- | -------------------------------------------------------
|
||||
| Description? | Please be specific when describing the PR. <br> Every detail helps: versions, browser/server configuration, specific module/theme, etc. Feel free to add more information below this table.
|
||||
| Type? | bug fix / improvement / new feature / refacto / critical
|
||||
| BC breaks? | yes / no
|
||||
| Deprecations? | yes / no
|
||||
| Fixed ticket? | Fixes PrestaShop/Prestashop#{issue number here}.
|
||||
| How to test? | Please indicate how to best verify that this PR is correct.
|
||||
|
||||
<!-- Click the form's "Preview" button to make sure the table is functional in GitHub. Thank you! -->
|
||||
16
modules/pscleaner/.github/dependabot.yml
vendored
Normal file
16
modules/pscleaner/.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "04:00"
|
||||
open-pull-requests-limit: 10
|
||||
target-branch: dev
|
||||
- package-ecosystem: composer
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "04:00"
|
||||
open-pull-requests-limit: 10
|
||||
target-branch: dev
|
||||
14
modules/pscleaner/.github/release-drafter.yml
vendored
Normal file
14
modules/pscleaner/.github/release-drafter.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
branches:
|
||||
- master
|
||||
name-template: v$NEXT_PATCH_VERSION
|
||||
tag-template: v$NEXT_PATCH_VERSION
|
||||
categories:
|
||||
- title: 🚀 Improvements
|
||||
label: enhancement
|
||||
- title: 🐛 Bug Fixes
|
||||
label: bug
|
||||
change-template: '- #$NUMBER: $TITLE by @$AUTHOR'
|
||||
template: |
|
||||
# Changes
|
||||
|
||||
$CHANGES
|
||||
Reference in New Issue
Block a user