Skip to content

Commit 2407ac5

Browse files
committed
add template for bugs
1 parent e67597a commit 2407ac5

3 files changed

Lines changed: 76 additions & 0 deletions

File tree

.clj-kondo/.cache/v1/lock

Whitespace-only changes.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
name: "Bug Report"
2+
description: Create a new ticket for a bug.
3+
title: "Bug: "
4+
labels:
5+
- bug
6+
7+
body:
8+
- type: textarea
9+
id: summary
10+
attributes:
11+
label: "Summary"
12+
description: Please enter an explicit description of your issue
13+
placeholder: Short and explicit description of your incident...
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
id: reprod
19+
attributes:
20+
label: "Reproduction steps"
21+
description: Please enter an explicit description of your issue
22+
placeholder: |
23+
1. Go to '...'
24+
2. Click on '....'
25+
3. Scroll down to '....'
26+
4. See error
27+
render: bash
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: expected-result
33+
attributes:
34+
label: "Expected result"
35+
description: What the result should have been
36+
placeholder: Expected result
37+
validations:
38+
required: true
39+
40+
- type: textarea
41+
id: actual-result
42+
attributes:
43+
label: "Actual result"
44+
description: What the result really was
45+
placeholder: Actual result
46+
validations:
47+
required: true
48+
49+
- type: dropdown
50+
id: browsers
51+
attributes:
52+
label: "Browsers"
53+
description: What browsers are you seeing the problem on ?
54+
multiple: true
55+
options:
56+
- Firefox
57+
- Chrome
58+
- Safari
59+
- Microsoft Edge
60+
- Opera
61+
62+
validations:
63+
required: false
64+
- type: dropdown
65+
id: os
66+
attributes:
67+
label: "OS"
68+
description: What is the impacted environment ?
69+
multiple: true
70+
options:
71+
- Windows
72+
- Linux
73+
- Mac
74+
validations:
75+
required: false

.lsp/.cache/db.transit.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
["^ ","~:classpath",["~#set",[]],"~:project-hash","","~:project-root","/home/feycot/projects/codebattle","~:kondo-config-hash","c29c4086b9d3c1630775252e992b4d751b93cd846dbb0525bc899a8bda1b757a","~:analysis",null,"~:analysis-checksums",["^ "],"~:project-analysis-type","~:project-and-dependencies","~:version",6,"~:stubs-generation-namespaces",["^1",[]]]

0 commit comments

Comments
 (0)