mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-22 17:06:51 +00:00
54 lines
1.4 KiB
YAML
54 lines
1.4 KiB
YAML
name: Bug report
|
|
description: Report a bug to help us improve
|
|
title: "[Bug]: "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: Tell us what happened
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: How can we reproduce the issue?
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. See error
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What did you expect to happen?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Environment
|
|
description: Please complete the following information.
|
|
value: |
|
|
- OS: [e.g. Ubuntu 24.04, macOS 14, Windows 11]
|
|
- Version / commit: [e.g. v1.2.3 / abc1234]
|
|
- Runtime: [e.g. Node 22, Python 3.12]
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Confirmation
|
|
options:
|
|
- label: I have searched for existing issues and this is not a duplicate
|
|
required: true
|