1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00
namae/.github/ISSUE_TEMPLATE/bug_report.yml

55 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2022-03-10 01:35:41 +09:00
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
name: Bug report
description: Create a report to help us improve
2022-03-10 01:54:21 +09:00
title: 'Bug: '
2022-03-10 01:35:41 +09:00
labels: ['bug']
# assignees: ''
body:
- type: textarea
attributes:
label: Description
description: >-
A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: >-
Steps to reproduce the behavior.
2022-03-10 01:54:21 +09:00
placeholder: |
2022-03-10 01:35:41 +09:00
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: input
attributes:
label: What's My Browser Link
description: Copy and paste a link generated on [What's My Browser](https://www.whatsmybrowser.org/)
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: >-
A clear and concise description of what you expected to happen.
- type: textarea
attributes:
label: Log output
render: Shell
description: Copy and paste relevant log outputs in Developer Console
- type: textarea
attributes:
label: Additional context
description: >-
Add any other context about the problem here.