summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug.yaml
blob: 39168fe5f488df60d1287ea720252d92c48cbebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: Bug Report
description: Found a bug in OpenTTD?
title: "[Bug]: "
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to fill out this bug report!
  - type: input
    id: version
    attributes:
      label: Version of OpenTTD
      description: Fill in below what version of OpenTTD you are using, including your OS.
      placeholder: ex. 1.11.2, Windows 10
    validations:
      required: true
  - type: textarea
    id: expected
    attributes:
      label: Expected result
      description: Describe in a few words what you expected to happen.
    validations:
      required: true
  - type: textarea
    id: actual
    attributes:
      label: Actual result
      description: Describe in a few words what actually happens.
    validations:
      required: true
  - type: textarea
    id: reproduce
    attributes:
      label: Steps to reproduce
      description: As detailed as possible, please tell us how we can reproduce this. Feel free to attach a savegame (zip it first) to make it more clear.
      placeholder: |
        1. Loaded the attached savegame.
        2. Click on the button left of that other icon.
        3. The window doesn't open.
    validations:
      required: true