Browse Source

Update the bug report template

ADmad 1 year ago
parent
commit
3a50f549b4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 4 - 4
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -7,16 +7,16 @@ body:
       label: Description
       description: "Please provide a description and way to reproduce the problem."
       placeholder: |
-        Please use the CakePHP Slack channel, Discord channel or IRC channel for questions.
-
-        https://cakephp.org/get-involved#getHelp
+        This issue tracker is *not* a support forum.
+        Please use the CakePHP Slack channel, Discord channel or Discourse forum for support questions.
+        https://book.cakephp.org/5/en/intro/where-to-get-help.html
     validations:
       required: true
   - type: input
     attributes:
       label: CakePHP Version
       description: "The CakePHP version used."
-      placeholder: "4.4.0"
+      placeholder: "5.0"
     validations:
       required: true
   - type: input