From 8a4e25a4f9906d46b99c9c7fb7c2e788a373ba4b Mon Sep 17 00:00:00 2001 From: Martin Eiber Date: Mon, 22 May 2023 11:34:05 +0200 Subject: [PATCH 1/2] Add Github template for new issues. --- .github/ISSUE_TEMPLATE/Bug-Report.yml | 36 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature-Request.yml | 27 ++++++++++++++++ .github/ISSUE_TEMPLATE/Improvement.yml | 27 ++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 +++++ 4 files changed, 98 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug-Report.yml create mode 100644 .github/ISSUE_TEMPLATE/Feature-Request.yml create mode 100644 .github/ISSUE_TEMPLATE/Improvement.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml new file mode 100644 index 0000000..35cf355 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml @@ -0,0 +1,36 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: [Bug] +body: + - type: markdown + attributes: + value: | + ## Important notice + As an open source project we love to work together with our community to improve and develop our products. + It's also important for us to make clear that **we're not working for you or your company**, + but we enjoy to work together to solve existing bugs. + So we would love to see PRs with bugfixes, discuss them and we are happy to merge them when they are ready. + For details see also our [contributing guidelines](https://github.com/pimcore/pimcore/blob/10.x/CONTRIBUTING.md). + + Bug reports that do not meet the conditions listed below will be closed/deleted without comment. + + - Bug was verified on the latest supported version. + - This is not a security issue -> see [our security policy](https://github.com/pimcore/pimcore/security/policy) instead. + - You are not able to provide a pull request that fixes the issue. + - There's no existing ticket for the same issue. + - type: input + attributes: + label: Version + validations: + required: true + - type: textarea + attributes: + label: Steps to reproduce + validations: + required: true + - type: textarea + attributes: + label: Expected / actual behavior + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/Feature-Request.yml b/.github/ISSUE_TEMPLATE/Feature-Request.yml new file mode 100644 index 0000000..b224cda --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature-Request.yml @@ -0,0 +1,27 @@ +name: Feature Request +description: Request or propose a new feature +title: "[Feature]: " +labels: ["New Feature"] +body: + - type: markdown + attributes: + value: | + ## Important notice + As an open source project we love to work together with our community to improve and develop our products. + It's also important for us to make clear that **we're not working for you or your company**, + but we enjoy to work together to improve or add new features to the product. + So we are always ready to discuss features and improvements with our community. + Especially for bigger topics, please [start a discussion](https://github.com/pimcore/pimcore/discussions) first to aviod unnecessary efforts. + + As soon as a topic is more specific, feel free to create issues for it or even better provide a corresponding PR as we love to + review and merge contributions. + + Feature requests that do not meet the conditions listed below will be closed/deleted without comment. + - There's no existing ticket for the same topic + - This is already a specific ready-to-work-on feature request + + - type: textarea + attributes: + label: Feature description + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/Improvement.yml b/.github/ISSUE_TEMPLATE/Improvement.yml new file mode 100644 index 0000000..fb77d8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Improvement.yml @@ -0,0 +1,27 @@ +name: Improvement +description: Request or propose an improvement +title: "[Improvement]: " +labels: ["Improvement"] +body: + - type: markdown + attributes: + value: | + ## Important notice + As an open source project we love to work together with our community to improve and develop our products. + It's also important for us to make clear that **we're not working for you or your company**, + but we enjoy to work together to improve or add new features to the product. + So we are always ready to discuss features and improvements with our community. + Especially for bigger topics, please [start a discussion](https://github.com/pimcore/pimcore/discussions) first to aviod unnecessary efforts. + + As soon as a topic is more specific, feel free to create issues for it or even better provide a corresponding PR as we love to + review and merge contributions. + + Feature requests that do not meet the conditions listed below will be closed/deleted without comment. + - There's no existing ticket for the same topic + - This is already a specific ready-to-work-on feature request + + - type: textarea + attributes: + label: Improvement description + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b1e5684 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: We are hiring! + url: https://pimcore.com/en/careers?utm_source=github&utm_medium=issue-template-customer-data-framework&utm_campaign=careers + about: Enjoy working with Pimcore? Join us on our mission! + - name: Community Support + url: https://github.com/pimcore/pimcore/discussions + about: Please ask and answer questions here. From b6afc345239d903425c50379dcca031a9c54da22 Mon Sep 17 00:00:00 2001 From: JiaJia Ji Date: Fri, 15 Dec 2023 11:21:30 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- .github/ISSUE_TEMPLATE/Bug-Report.yml | 4 ++-- .github/ISSUE_TEMPLATE/Feature-Request.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml index 35cf355..5f2dee3 100644 --- a/.github/ISSUE_TEMPLATE/Bug-Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml @@ -11,12 +11,12 @@ body: It's also important for us to make clear that **we're not working for you or your company**, but we enjoy to work together to solve existing bugs. So we would love to see PRs with bugfixes, discuss them and we are happy to merge them when they are ready. - For details see also our [contributing guidelines](https://github.com/pimcore/pimcore/blob/10.x/CONTRIBUTING.md). + For details see also our [contributing guidelines](https://github.com/pimcore/pimcore/blob/11.x/CONTRIBUTING.md). Bug reports that do not meet the conditions listed below will be closed/deleted without comment. - Bug was verified on the latest supported version. - - This is not a security issue -> see [our security policy](https://github.com/pimcore/pimcore/security/policy) instead. + - This is not a security issue -> see [our security policy](https://github.com/pimcore/system-info-bundle/security/policy) instead. - You are not able to provide a pull request that fixes the issue. - There's no existing ticket for the same issue. - type: input diff --git a/.github/ISSUE_TEMPLATE/Feature-Request.yml b/.github/ISSUE_TEMPLATE/Feature-Request.yml index b224cda..e002c2b 100644 --- a/.github/ISSUE_TEMPLATE/Feature-Request.yml +++ b/.github/ISSUE_TEMPLATE/Feature-Request.yml @@ -11,7 +11,7 @@ body: It's also important for us to make clear that **we're not working for you or your company**, but we enjoy to work together to improve or add new features to the product. So we are always ready to discuss features and improvements with our community. - Especially for bigger topics, please [start a discussion](https://github.com/pimcore/pimcore/discussions) first to aviod unnecessary efforts. + Especially for bigger topics, please [start a discussion](https://github.com/pimcore/pimcore/discussions) first to avoid unnecessary efforts. As soon as a topic is more specific, feel free to create issues for it or even better provide a corresponding PR as we love to review and merge contributions. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b1e5684..3359f36 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: We are hiring! - url: https://pimcore.com/en/careers?utm_source=github&utm_medium=issue-template-customer-data-framework&utm_campaign=careers + url: https://pimcore.com/en/careers?utm_source=github&utm_medium=issue-template-system-info-bundle&utm_campaign=careers about: Enjoy working with Pimcore? Join us on our mission! - name: Community Support url: https://github.com/pimcore/pimcore/discussions