Skip to content

Commit fc21c7c

Browse files
committed
update bug report template
1 parent a24ec42 commit fc21c7c

File tree

2 files changed

+53
-16
lines changed

2 files changed

+53
-16
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Bug Report
3+
description: Report a bug
4+
title: 'Issue title'
5+
labels: bug
6+
body:
7+
- type: dropdown
8+
id: version
9+
attributes:
10+
label: Bashly Version
11+
description: What version of bashly are you running?
12+
options:
13+
- Latest Ruby Gem
14+
- Latest Docker Image
15+
- Edge Ruby Gem
16+
- Edge Docker Image
17+
- Older Ruby Gem
18+
- Older Docker Image
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: description
24+
attributes:
25+
label: Description
26+
description: Describe the bug.
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: config
32+
attributes:
33+
label: Contents of `bashly.yml`
34+
description: If relevant, paste the contents of the smallest `bashly.yml` needed to reproduce the problem.
35+
render: yaml
36+
37+
- type: textarea
38+
id: reproduction
39+
attributes:
40+
label: Reproduction Steps
41+
description: Provide the minimal set of steps required to reproduce the bug.
42+
validations:
43+
required: true
44+
45+
- type: textarea
46+
id: actual
47+
attributes:
48+
label: Actual Behavior
49+
50+
- type: textarea
51+
id: expected
52+
attributes:
53+
label: Expected Behavior

0 commit comments

Comments
 (0)