Skip to content

Commit 323be5c

Browse files
authored
chore: new YML based issue templates
1 parent a7fed54 commit 323be5c

File tree

4 files changed

+84
-49
lines changed

4 files changed

+84
-49
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: Bug Report
2+
description: Chronograph bug that you found out
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
assignees: Dzheremi2
6+
body:
7+
- type: checkboxes
8+
attributes:
9+
label: Validation checkboxes
10+
description: Required checkboxes
11+
options:
12+
- label: I'm using the latest version available on Flathub
13+
required: true
14+
- label: I have searched for my issue around issue tracker and didn't find anything (closed issues count as well)
15+
required: true
16+
- label: I'm using English language for this issue. Non-English issue will be marked as invalid
17+
required: true
18+
- type: input
19+
attributes:
20+
label: Chronograph version
21+
description: What version of Chronograph are you using?
22+
placeholder: "2.0"
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: Reproduction steps
28+
description: Steps to reproduce bug you have encountered
29+
placeholder: "1. Sync line..."
30+
validations:
31+
required: false
32+
- type: textarea
33+
attributes:
34+
label: Expected behavior
35+
description: What you expected to see
36+
validations:
37+
required: true
38+
- type: textarea
39+
attributes:
40+
label: Actual behavior
41+
description: What you seeing currently
42+
validations:
43+
required: true
44+
- type: textarea
45+
attributes:
46+
label: Additional information
47+
description: Some info that may help to fix this bug
48+
validations:
49+
required: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Feature Request
2+
description: Request a new feature for Chronograph
3+
title: "[Feature Request]: "
4+
labels: ["feature-request"]
5+
assignees: Dzheremi2
6+
body:
7+
- type: checkboxes
8+
attributes:
9+
label: Validation checkboxes
10+
description: Required checkboxes
11+
options:
12+
- label: I'm using the latest version available on Flathub
13+
required: true
14+
- label: I have searched for my feature request around issue tracker and didn't find anything (closed issues count as well)
15+
required: true
16+
- label: I'm using English language for this issue. Non-English issue will be marked as invalid
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: Feature description
21+
description: Description of the feature you want to be implemented
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Proposed solution
27+
description: The way you would like this issue to be solved
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: Additional information
33+
description: Some info that may help to resolve this feature request
34+
validations:
35+
required: false

0 commit comments

Comments
 (0)