From 4b3f534add98591b6537d12346dfe5269507b410 Mon Sep 17 00:00:00 2001 From: SebSept Date: Tue, 7 Dec 2021 22:35:11 +0100 Subject: [PATCH 1/6] issue : bug report Signed-off-by: SebSept --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ------------- .github/ISSUE_TEMPLATE/bug_report.yml | 43 +++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1babd404..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Bug report -about: You've got a problem with this module, open a new issue -labels: 'bug' ---- - -#### Describe the bug -A clear and concise description of what the bug is. - -### Fop Console Version -Fop console version - -### Prestashop Version -Your prestashop version - -### Php Version -Your server php version (7.2+) - -### Additional context -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..59dfa40c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,43 @@ +name: Bug report +description: Report a bug, something unexpected. +labels: ['bug'] +body: + - type: input + attributes: + label: PrestaShop version(s) + value: 1.7. + validations: + required: true + - type: dropdown + attributes: + label: Php version + multiple: true + options: + - "7.2" + - "7.3" + - "7.4" + - "8.0 (not yet supported)" + - "8.1 (not yet supported)" + - type: dropdown + attributes: + label: Fop Console version + multiple: true + options: + - before 1.4 (please specify below) + - "1.4" + - dev + - type: dropdown + attributes: + label: Operating system + options: + - linux + - macos + - windows + - type: input + attributes: + label: command + value: "fop:" + - type: textarea + attributes: + label: Describe the bug + description: Provide information to reproduce the bug From e2ae021cd3032f0fc05ec2b16bb66b9d5b87f265 Mon Sep 17 00:00:00 2001 From: SebSept Date: Tue, 7 Dec 2021 22:35:11 +0100 Subject: [PATCH 2/6] issue : bug report Signed-off-by: SebSept --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ------------- .github/ISSUE_TEMPLATE/bug_report.yml | 43 +++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1babd404..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Bug report -about: You've got a problem with this module, open a new issue -labels: 'bug' ---- - -#### Describe the bug -A clear and concise description of what the bug is. - -### Fop Console Version -Fop console version - -### Prestashop Version -Your prestashop version - -### Php Version -Your server php version (7.2+) - -### Additional context -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..59dfa40c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,43 @@ +name: Bug report +description: Report a bug, something unexpected. +labels: ['bug'] +body: + - type: input + attributes: + label: PrestaShop version(s) + value: 1.7. + validations: + required: true + - type: dropdown + attributes: + label: Php version + multiple: true + options: + - "7.2" + - "7.3" + - "7.4" + - "8.0 (not yet supported)" + - "8.1 (not yet supported)" + - type: dropdown + attributes: + label: Fop Console version + multiple: true + options: + - before 1.4 (please specify below) + - "1.4" + - dev + - type: dropdown + attributes: + label: Operating system + options: + - linux + - macos + - windows + - type: input + attributes: + label: command + value: "fop:" + - type: textarea + attributes: + label: Describe the bug + description: Provide information to reproduce the bug From 16ee04e7dcb7117044c7e35ec9afb70b3cda10e7 Mon Sep 17 00:00:00 2001 From: SebSept Date: Wed, 8 Dec 2021 21:47:59 +0100 Subject: [PATCH 3/6] issue : feature Signed-off-by: SebSept --- .github/ISSUE_TEMPLATE/feature_request.md | 15 ---------- .github/ISSUE_TEMPLATE/feature_request.yml | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 15 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index c16e02f0..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: New Command request -about: Ask for a new command -title: 'New Command' -labels: 'feature' - ---- - -| Questions | Answers -| ----------------- | ------------------------------------------------------- -| Command name? | the command name "fop:domain:mycommand" -| Command description? | Describe what the command will do -| Command domain? | the command domain ( configuration / images / cache / dev ... ) -| Command parameters? | List the command arguments and options -| Possible impacts? | Define possible impacts on current codebase . \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..f7a99346 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,32 @@ +name: New Command request +description: Ask for a new command +title: 'New Command : ' +labels: ['feature'] +body: + - type: input + attributes: + label: Domain + placeholder: modules, configuration, etc + validations: + required: false + - type: input + attributes: + label: Command + placeholder: disable, list, etc + validations: + required: true + - type: input + attributes: + label: parameters + description: describe each parameter. + validations: + required: false + - type: textarea + attributes: + label: Command description + description: What does the command do ? + placeholder: With this command you can ... + - type: markdown + attributes: + value: | + Additionnal informations From 7fba245c2fd7f00360d865c7eaef151642ed9e05 Mon Sep 17 00:00:00 2001 From: SebSept Date: Wed, 8 Dec 2021 21:47:59 +0100 Subject: [PATCH 4/6] issue : feature Signed-off-by: SebSept --- .github/ISSUE_TEMPLATE/feature_request.md | 15 ---------- .github/ISSUE_TEMPLATE/feature_request.yml | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 15 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index c16e02f0..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: New Command request -about: Ask for a new command -title: 'New Command' -labels: 'feature' - ---- - -| Questions | Answers -| ----------------- | ------------------------------------------------------- -| Command name? | the command name "fop:domain:mycommand" -| Command description? | Describe what the command will do -| Command domain? | the command domain ( configuration / images / cache / dev ... ) -| Command parameters? | List the command arguments and options -| Possible impacts? | Define possible impacts on current codebase . \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..f7a99346 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,32 @@ +name: New Command request +description: Ask for a new command +title: 'New Command : ' +labels: ['feature'] +body: + - type: input + attributes: + label: Domain + placeholder: modules, configuration, etc + validations: + required: false + - type: input + attributes: + label: Command + placeholder: disable, list, etc + validations: + required: true + - type: input + attributes: + label: parameters + description: describe each parameter. + validations: + required: false + - type: textarea + attributes: + label: Command description + description: What does the command do ? + placeholder: With this command you can ... + - type: markdown + attributes: + value: | + Additionnal informations From fa6f23eee91f38d69b8934b2c80cf977fa536296 Mon Sep 17 00:00:00 2001 From: SebSept Date: Wed, 8 Dec 2021 21:56:06 +0100 Subject: [PATCH 5/6] issue : feature : introduction text. Signed-off-by: SebSept --- .github/ISSUE_TEMPLATE/feature_request.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f7a99346..49f2f02a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,6 +3,15 @@ description: Ask for a new command title: 'New Command : ' labels: ['feature'] body: + - type: markdown + attributes: + value: | + # Submit a new command request + + Thanks for taking time to request a new command. + + If you want to implement this command, you are welcome, we'll be pleased to help you in our spare time. + Otherwise, if anyone think it deserves to be implemented, we'll write it. - type: input attributes: label: Domain @@ -26,7 +35,4 @@ body: label: Command description description: What does the command do ? placeholder: With this command you can ... - - type: markdown - attributes: - value: | - Additionnal informations + From 4f7be16a6d6b64a34d54ee148b070961e2cc718f Mon Sep 17 00:00:00 2001 From: SebSept Date: Wed, 8 Dec 2021 21:58:05 +0100 Subject: [PATCH 6/6] issue : bug : introduction text. Signed-off-by: SebSept --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 59dfa40c..a517009f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,6 +2,14 @@ name: Bug report description: Report a bug, something unexpected. labels: ['bug'] body: + - type: markdown + attributes: + value: | + # Oops ! + + Something went wrong, we're sorry to ear it. + + Please provide the maximum informations you can to help us reproduce the bug. - type: input attributes: label: PrestaShop version(s)