From 08dec918526636613f2991f79008fd3bdee5c199 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 16 Dec 2020 09:16:27 +0100 Subject: [PATCH] Update bug-report.md Clarified the form a little --- .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 580225a96a..e7d0990a31 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,14 +1,14 @@ --- name: Bug report about: Create a report to help us improve -title: "[BUG] Enter a brief description here" +title: "[BUG] (Enter a brief description here)" labels: bug assignees: '' --- #### Describe the bug -A clear and concise description of what the bug is. +(Replace with a clear and concise description of what the bug is.) #### To Reproduce Steps to reproduce the behavior: @@ -18,10 +18,10 @@ Steps to reproduce the behavior: 4. See error #### Expected behavior -A clear and concise description of what you expected to happen. +(Replace with a clear and concise description of what you expected to happen.) #### Environment, Evennia version, OS etc -If unsure, run `evennia -v` or get the first few lines of the `about` command in-game. +(Replace with info. If unsure, run `evennia -v` or get the first few lines of the `about` command in-game.) #### Additional context -Any other context about the problem, or ideas on how to solve. +(Replace with any other context about the problem, or ideas on how to solve.)