Skip to content

Commit b1ef8b3

Browse files
committed
chore: add yaml bug report template
1 parent 54d8129 commit b1ef8b3

File tree

2 files changed

+60
-30
lines changed

2 files changed

+60
-30
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Bug Report
2+
about: Report a bug
3+
title: '[Bug] '
4+
labels: 'bug'
5+
assignees:
6+
- helightdev
7+
body:
8+
- type: dropdown
9+
id: affected_package
10+
attributes:
11+
label: Affected Package
12+
description: Select the package where you encountered the bug.
13+
multiple: true
14+
options:
15+
- dogs_core
16+
- dogs_generator
17+
- dogs_flutter
18+
- dogs_yaml
19+
- dogs_toml
20+
- dogs_cbor
21+
- dogs_built
22+
- dogs_firestore
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: description
27+
attributes:
28+
label: Description
29+
description: Provide a clear and concise description of the bug.
30+
placeholder: "A clear and concise description of what the bug is."
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: steps_to_reproduce
35+
attributes:
36+
label: Steps to Reproduce
37+
description: List the steps to reproduce the behavior.
38+
placeholder: |
39+
1. Go to '...'
40+
2. Click on '....'
41+
3. Scroll down to '....'
42+
4. See error
43+
validations:
44+
required: false
45+
- type: textarea
46+
id: expected_behavior
47+
attributes:
48+
label: Expected Behavior
49+
description: Describe what you expected to happen.
50+
placeholder: "A clear and concise description of what you expected to happen."
51+
validations:
52+
required: false
53+
- type: textarea
54+
id: additional_context
55+
attributes:
56+
label: Additional Context
57+
description: Add any other context about the problem here.
58+
placeholder: "Add any other context about the problem here."
59+
validations:
60+
required: false

0 commit comments

Comments
 (0)