Skip to content

Commit

Permalink
Update the bug report template (#409)
Browse files Browse the repository at this point in the history
* Update the bug report template

rephrased some stuff and changed the label used for reports to an original one.

* Update bug_report.yml

Change instructions to ask for current description of the world, rather than the ideal state as per offline discussion

* Imperative bug report template

should/shouldn't we use this style? we should.

* Remove imperative and should/shouldn't instructions

Replace them with describing what is wrong, instead of specifying what ought to be.

* Set non null placeholder title.

* Remove title, might fix submit without title issues
  • Loading branch information
blaberry committed Jul 1, 2024
1 parent a89d838 commit 5eb8830
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Bug report
description: General bugs, program crashes, broken files, wrong values, etc...
title: "[BUG] "
labels: bug
labels: "Bug Report"
projects: ["NeotokyoRebuild/1"]
body:
- type: markdown
Expand All @@ -14,8 +13,12 @@ body:
**DO NOT** paste chatlogs. Formulate the bug into a detailed
description and reproducible steps using the form below.
Fill in the title after the **[BUG]** tag and make sure it's
in the **"current state of things"** wording.
Make sure the title describes the issue with the current state
of the game ie. if the bug is that recons can see through
walls when using their NVGs, the title should
be "recons can see through walls with NVGs" and if the
bug is that NVGs don't light up dark areas the title should be
"recons can't see in the dark with NVGs").
- type: input
id: build
attributes:
Expand Down

0 comments on commit 5eb8830

Please sign in to comment.