Skip to content

Commit efb786e

Browse files
committed
docs: add issue templates (bug, feature, new locale)
1 parent e3da656 commit efb786e

3 files changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Bug Report
2+
description: Report a bug in jFairy
3+
labels: ["bug"]
4+
body:
5+
- type: input
6+
id: version
7+
attributes:
8+
label: jFairy version
9+
placeholder: "0.8.0"
10+
validations:
11+
required: true
12+
- type: input
13+
id: java-version
14+
attributes:
15+
label: Java version
16+
placeholder: "17"
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: description
21+
attributes:
22+
label: Description
23+
description: What happened and what did you expect?
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: reproduction
28+
attributes:
29+
label: How to reproduce
30+
description: Minimal code to reproduce the issue
31+
render: java
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Feature Request
2+
description: Suggest a new feature or improvement
3+
labels: ["enhancement"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: What would you like to see added or changed?
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: use-case
14+
attributes:
15+
label: Use case
16+
description: Why do you need this? What problem does it solve?
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: New Locale
2+
description: Request or offer support for a new language/country
3+
labels: ["locale"]
4+
body:
5+
- type: input
6+
id: locale
7+
attributes:
8+
label: Language / Country
9+
placeholder: "e.g. Turkish (TR)"
10+
validations:
11+
required: true
12+
- type: checkboxes
13+
id: willing
14+
attributes:
15+
label: Contribution
16+
options:
17+
- label: I'm willing to submit a PR for this locale

0 commit comments

Comments
 (0)