From 50157f24fd222c73641ab0fb42919b1c876d31c9 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 8 Mar 2025 17:54:41 +1030 Subject: [PATCH] Update bug_report.md make the wording a bit more clear --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d2757984..0b8053ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,13 +11,13 @@ assignees: '' Please provide a clear and concise description of the bug. **Steps to Reproduce** -Please list the steps taken to reproduce the issue. +Please list the actions that caused the issue. **Expected Behavior** -Please describe the expected behaviour clearly and concisely. +Please describe how you think the program should have behaved, making sure to be as clear and concise as possible. -**Screenshots** -If applicable, please include any screenshots that may help clarify the issue. +**Screenshots** +If applicable, please provide screenshots. This will help us to reproduce the issue and better understand what we are looking for. **Additional Context** -Feel free to provide any additional context or information relevant to the problem. +Feel free to provide any additional, applicable context or information that is relevant to the problem.