This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 29f2d090b7884b1d50f589ba2b92c7f1125411a5
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Sat Mar 15 12:50:50 2025 +0100

    Issue form: please don't post screenshots
---
 .github/ISSUE_TEMPLATE/bug_report.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml 
b/.github/ISSUE_TEMPLATE/bug_report.yml
index 897d7770c..3185d8056 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -3,7 +3,7 @@ description: File a bug report.
 body:
   - type: markdown
     attributes:
-      value: |
+      value: >-
         Thank you for taking the time to fill out this bug report!
   - type: input
     id: version
@@ -17,7 +17,9 @@ body:
     id: description
     attributes:
       label: Bug description
-      description: Explain the buggy behavior, and how to reproduce it.
+      description: >-
+        Explain the buggy behavior, and how to reproduce it. Do not post 
screenshots or photos!
+        If you want to post code, copy-and-paste text and enclose it by three 
backticks ```.
     validations:
       required: true
   - type: textarea
@@ -25,7 +27,7 @@ body:
     attributes:
       label: Actual behavior
       description: What happened?
-      placeholder: Enclose exception stack traces by backticks, or paste them 
in the "Relevant log output" field below.
+      placeholder: 'Enclose exception stack traces by three backticks ```, or 
paste them in the "Relevant log output" field below.'
     validations:
       required: true
   - type: textarea

Reply via email to