Browse Source

add newlines to placeholder list

Stephan Heunis 1 year ago
parent
commit
ccc8dd2b95
1 changed files with 5 additions and 4 deletions
  1. 5 4
      .github/ISSUE_TEMPLATE/issue_template.yml

+ 5 - 4
.github/ISSUE_TEMPLATE/issue_template.yml

@@ -30,10 +30,11 @@ body:
       label: What steps will reproduce the problem?
       description: "How do you trigger this bug? Please walk us through it step
        by step."
-      placeholder: "Example:
-      1. Open the App from the Desktop shortcut.
-      2. Select Documents as the root folder.
-      3. Click the Help Tab. The app freezes and becomes unresponsive"
+      placeholder: |
+        Example:
+        1. Open the App from the Desktop shortcut.
+        2. Select Documents as the root folder.
+        3. Click the Help Tab. The app freezes and becomes unresponsive.
     validations:
       required: true