mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-04 15:12:29 +08:00
66 lines
2 KiB
YAML
66 lines
2 KiB
YAML
# Copyright © Michal Čihař <michal@weblate.org>
|
||
#
|
||
# SPDX-License-Identifier: CC0-1.0
|
||
|
||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||
# and generated from .github/ISSUE_TEMPLATE/snippets there.
|
||
name: Bug report
|
||
description: Create a report to help us improve
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
Thank you for reporting an issue on Weblate! This form will guide you to create a useful issue report.
|
||
- type: textarea
|
||
id: what-happened
|
||
attributes:
|
||
label: Describe the issue
|
||
description: A clear and concise description of the problem you are facing.
|
||
placeholder: Tell us what you see!
|
||
validations:
|
||
required: true
|
||
- type: checkboxes
|
||
id: tried
|
||
attributes:
|
||
label: I already tried
|
||
description: If you didn’t try already, try to search the documentation and existing issues what you wrote above.
|
||
options:
|
||
- label: I've read and searched [the documentation](https://docs.weblate.org/).
|
||
required: true
|
||
- label: I've searched for similar issues in this repository.
|
||
required: true
|
||
- type: textarea
|
||
id: reproducer
|
||
attributes:
|
||
label: Steps to reproduce the behavior
|
||
value: |
|
||
1. Go to '...'
|
||
2. Scroll down to '...'
|
||
3. Click on '...'
|
||
4. See error
|
||
- type: textarea
|
||
id: expected
|
||
attributes:
|
||
label: Expected behavior
|
||
description: A clear and concise description of what you expected to happen.
|
||
- type: textarea
|
||
id: screenshots
|
||
attributes:
|
||
label: Screenshots
|
||
description: If applicable, add screenshots to better explain your problem.
|
||
- type: textarea
|
||
id: traceback
|
||
attributes:
|
||
label: Exception traceback
|
||
description: >
|
||
In case you observed server error or crash, please see
|
||
[the debugging documentation](https://docs.weblate.org/en/latest/contributing/debugging.html)
|
||
for information how to obtain that.
|
||
|
||
This will be rendered as Python traceback automatically.
|
||
render: pytb
|
||
- type: textarea
|
||
id: additional
|
||
attributes:
|
||
label: Additional context
|
||
description: Add any other context about the problem here.
|