Skip to content
Snippets Groups Projects
Commit d5a684e2 authored by Kentaro Wada's avatar Kentaro Wada
Browse files

Add more ISSUE_TEMPLATE

parent 94641f5b
Branches
No related tags found
No related merge requests found
name: Bug Report
description: Create a bug report
labels: 'bug'
body:
- type: markdown
attributes:
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.
- type: markdown
attributes:
value: If you leave out sections there is a high likelihood it will be moved to the GitHub Discussions ["Q&A / Help" section](https://github.com/wkentaro/labelme/discussions/categories/q-a-help).
- type: textarea
attributes:
label: Provide environment information
description: Please run `which python; python --version; python -m pip list | grep labelme` in the root directory of your project and paste the results.
validations:
required: true
- type: input
attributes:
label: What OS are you using? (if relevant)
description: 'Please specify the exact version. For example: macOS 12.4, Ubuntu 20.04.4'
- type: textarea
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is.
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: To Reproduce
description: Steps to reproduce the behavior, please provide a clear description of how to reproduce the issue, based on the linked minimal reproduction. Screenshots can be provided in the issue body below. If using code blocks, make sure that [syntax highlighting is correct](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) and double check that the rendered preview is not broken.
- type: markdown
attributes:
value: Before posting the issue go through the steps you've written down to make sure the steps provided are detailed and clear.
- type: markdown
attributes:
value: Contributors should be able to follow the steps provided in order to reproduce the bug.
- type: markdown
attributes:
value: These steps are used to add integration tests to ensure the same issue does not happen again. Thanks in advance!
contact_links:
- name: Ideas / Feature request
url: https://github.com/wkentaro/labelme/discussions/categories/ideas
url: https://github.com/wkentaro/labelme/discussions/categories/ideas-feature-requests
about: Share ideas for new features
- name: Q&A / Help
url: https://github.com/wkentaro/labelme/discussions/categories/q-a-help
about: Ask the community for help
- name: Show and tell
url: https://github.com/wkentaro/labelme/discussions/categories/show-and-tell
about: Show off something you've made
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment