diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml index 14b74f9..c8ace64 100644 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.yaml @@ -6,7 +6,7 @@ body: - type: input id: affected-versions attributes: - label: Symfony version(s) affected + label: CloudPanel version(s) affected placeholder: x.y.z validations: required: true @@ -25,9 +25,6 @@ body: ⚠️ This is the most important part of the report ⚠️ Without a way to easily reproduce your issue, there is little chance we will be able to help you and work on a fix. Please, take the time to show us some code and/or config that is needed for others to reproduce the problem easily. - Most of the time, creating a "bug reproducer" as explained in the URL below is the best way to help us - and increases the chances someone will have a look at it: - https://symfony.com/doc/current/contributing/code/reproducer.html validations: required: true - type: textarea