Skip to content

Commit

Permalink
Merge pull request #280 from Polyfrost/CaledonianEH-patch-1
Browse files Browse the repository at this point in the history
Update bug_report.yml
  • Loading branch information
CaledonianEH authored Aug 10, 2023
2 parents 0c36126 + e25cce4 commit c91ee1a
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,38 @@
name: Bug Report
description: File a bug report
description: File a bug report. Keep it concise, factual, and structured. Include screenshots if possible.
labels: "bug"
body:
- type: markdown
attributes:
value: Before raising an issue, please search for existing issues to avoid creating duplicates. For questions, please use [Discord](https://polyfrost.cc/chat).
value: Before raising an issue, please search for existing issues to avoid creating duplicates.
- type: textarea
id: reporter
attributes:
label: Original reporter & ticket id
description: Provide the name of the original reporter, if you are rewording a ticket. If you are reporting a new bug, leave this blank.
validations:
required: false
- type: textarea
id: category
attributes:
label: Category
description: Which part of the product does this impact? Where is it? (e.g. "Frontend", "Backend", "API", "HUD", "Interface", "Gameplay")
validations:
required: true
- type: textarea
id: bug-description
attributes:
label: Bug description
description: Summarize the bug encountered concisely
description: Summarize the bug encountered as shortly and clearly as possible. Include attachments like; screenshots, videos, logs, etc.
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Describe the steps to reproduce the issue
description: Describe the steps to reproduce the issue. Include full mods list, loader, version
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: Describe what you should see instead
- type: textarea
id: anything-else
attributes:
Expand Down

0 comments on commit c91ee1a

Please sign in to comment.