45 lines
788 B
Markdown
45 lines
788 B
Markdown
---
|
|
name: Bug Report
|
|
about: First, use the User Support Issue Template
|
|
title: 'sample_title'
|
|
labels: bug
|
|
assignees: peaceiris
|
|
|
|
---
|
|
|
|
<!-- Note that an issue which does not follow the template will be closed silently. -->
|
|
|
|
### Describe the bug
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
### To Reproduce
|
|
|
|
<!--
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
-->
|
|
|
|
### Expected behavior
|
|
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
### Screenshots
|
|
|
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
|
|
|
### Your YAML file
|
|
|
|
<!--
|
|
- A link to your repository
|
|
- A link to your YAML file
|
|
-->
|
|
|
|
### Additional context
|
|
|
|
<!-- Add any other context about the problem here. -->
|