/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
.github/ISSUE_TEMPLATE/bug_report.yml
77 строк
2 KB
Paweł Kuna
Improve README and community health files (#2808)
07 авг 2026, 02:15
Не верифицирован
07 авг 2026, 02:15
a0d84f6
Код
Авторство
О чём код?
name: Bug report description: Create a report to help us improve title: "[BUG] " labels: ["bug"] body: - type: markdown attributes: value: | ## Thank you for making a bug report! Thanks for taking the time to fill out this bug report! Please fill this form out completely — incomplete reports are hard to replicate and may be closed. - type: input id: version attributes: label: Tabler version description: "Which version of Tabler are you using?" placeholder: "e.g. 1.4.0" validations: required: true - type: input id: browser attributes: label: Browser description: "What browser and version did this bug occur on?" placeholder: "e.g. Chrome ver.22, Safari ver.10" validations: required: true - type: input id: os attributes: label: OS description: "What is the operating system of your device?" placeholder: "e.g. Windows 10, iOS 14, Ubuntu 23.04" validations: required: true - type: input id: screen_size attributes: label: Screen size description: "What is the screen size of your device?" placeholder: "e.g. 800x600, 1920x1080" validations: required: true - type: textarea id: description attributes: label: Describe the bug description: "A clear and concise description of what the bug is." validations: required: true - type: textarea id: reproduce attributes: label: How to reproduce description: "How do you trigger this bug? Please walk us through it step by step." value: | 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' 4. See error ... validations: required: true - type: textarea id: screenshots attributes: label: Screenshots description: "If applicable, add screenshots here to help explain this problem. This helps us understand what's happening better." validations: required: false - type: input id: live_example attributes: label: Live example description: "Please add a link to a live example replicating the bug (for example a JSFiddle or CodeSandbox — you can start from our [starter template](https://stackblitz.com/github/tabler/tabler-starter)). Without it, most bug reports cannot be solved and will be closed." validations: required: false