Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

chore: update bug report template #1175

Merged
merged 1 commit into from
Jan 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name: Bug Report
description: Create a bug report for DCM
title: "[BUG] (fill in)"
assignees: incendial
labels:
- "type: bug"
body:
- type: markdown
attributes:
value: Thank you for filing a bug report! 🐛
- type: textarea
attributes:
label: Environment and configuration
description: |
Please tell us about how you're running DCM.
value: |
DCM version:
Dart SDK version:

<details>
<summary>Configuration</summary>

```yaml
<!-- Paste your configuration here -->
```
</details>
validations:
required: true
- type: textarea
attributes:
label: What did you do?
description: |
Please include a *minimal* reproduction case. If possible, include a link to a reproduction of the problem. You can use Markdown in this field.
value: |
<!-- Paste the source code below: -->
```dart

```
validations:
required: true
- type: textarea
attributes:
label: What did you expect to happen?
description: |
You can use Markdown in this field.
validations:
required: true
- type: textarea
attributes:
label: What actually happened?
description: |
Please copy-paste the actual DCM output. You can use Markdown in this field.
validations:
required: true
- type: checkboxes
attributes:
label: Participation
options:
- label: I am willing to submit a pull request for this issue.
required: false
- type: textarea
attributes:
label: Additional comments
description: Is there anything else that's important for the team to know?