name: Bug Report about: File a bug report! title: "1.0.0 - " labels: ["bug", "help wanted"] body: - type: markdown attributes: value: | Before reporting any issue, be sure that it isn't already reported. - type: textarea id: description attributes: label: Description description: A Clear and concise description of what the bug is. required: true - type: textarea id: expected attributes: label: Expected Behaviour description: What should be the expected behavior. validations: required: true - type: textarea id: repro attributes: label: Repro Steps description: Steps to reproduce the behavior. It should be a numbered list where each number is a newline (1. [...] NEWLINE 2. [...] NEWLINE 3. [...]) - type: input id: map attributes: label: Map description: The map where the bug occured. Leave empty if reproducible anywhere. value: Any - type: input id: rate attributes: label: Reproduction Rate description: The reproduction rate of the bug. On x tries how many times the bug was reproduced as a percentage. value: 100% - type: dropdown id: severity attributes: label: Severity description: How severe is the issue? options: - Low - Minor - Major - Critical validations: required: true - type: textarea id: anything attributes: label: Additional informations description: Enter here any other information or media that can be helpful.