Florian Friedrich 8 месяцев назад
Родитель
Сommit
97d00b27a2

+ 2 - 3
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -7,8 +7,6 @@ body:
     attributes:
       label: Checklist
       options:
-        - label: I have read and understood the [CONTRIBUTING guide](https://github.com/CocoaLumberjack/CocoaLumberjack/blob/master/.github/CONTRIBUTING.md)
-          required: true
         - label: I have read the [Documentation](https://github.com/CocoaLumberjack/CocoaLumberjack#documentation)
           required: true
         - label: I have searched for a similar issue in the [project](https://github.com/CocoaLumberjack/CocoaLumberjack/issues) and found none
@@ -101,6 +99,7 @@ body:
     attributes:
       label: Xcode Version
       description: The version of Xcode that is used.
+      placeholder: "26.0"
     validations:
       required: true
 
@@ -134,6 +133,6 @@ body:
     attributes:
       label: Additional Context
       description: Add any other context about the problem here.
-      placeholder: Upload screenshots showing the issue, provide logs, etc.
+      placeholder: Upload screenshots showing the issue, provide logs, backtraces, etc.
     validations:
       required: false

+ 0 - 2
.github/ISSUE_TEMPLATE/feature_request.yml

@@ -7,8 +7,6 @@ body:
     attributes:
       label: Checklist
       options:
-        - label: I have read and understood the [CONTRIBUTING guide](https://github.com/CocoaLumberjack/CocoaLumberjack/blob/master/.github/CONTRIBUTING.md)
-          required: true
         - label: I have read the [Documentation](https://github.com/CocoaLumberjack/CocoaLumberjack#documentation)
           required: true
         - label: I have searched for a similar issue in the [project](https://github.com/CocoaLumberjack/CocoaLumberjack/issues) and found none