Skip to content

Commit a229987

Browse files
committed
fix: rename labels and improve issue templates for v3
1 parent bc0772c commit a229987

2 files changed

Lines changed: 19 additions & 34 deletions

File tree

Lines changed: 16 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
name: Bug Report
33
description: File a bug report to help us improve OpenBangla Keyboard
4-
labels: ["bug"]
54
assignees: []
5+
labels: ["Bug"]
6+
title: "[Bug]: "
67
body:
78
- type: markdown
89
attributes:
@@ -11,45 +12,45 @@ body:
1112
- type: input
1213
id: obk-version
1314
attributes:
14-
label: OBK Version
15-
description: What version of OpenBangla Keyboard are you using? (e.g., 3.0.0)
15+
label: OpenBangla Keyboard Version
16+
description: What version of OpenBangla Keyboard are you using?
1617
placeholder: e.g., 3.0.0
1718
validations:
1819
required: true
1920
- type: input
2021
id: os-details
2122
attributes:
22-
label: Operating System
23-
description: Which Linux distribution and version are you using? (e.g., Ubuntu 24.04, Arch Linux)
24-
placeholder: e.g., Ubuntu 24.04
23+
label: Operating System and Version
24+
description: Which OS or Distro and which version are you using?
25+
placeholder: e.g., Windows 11 25H2, macOS 26.4, Linux Mint 22.3
2526
validations:
2627
required: true
2728
- type: input
2829
id: environment-details
2930
attributes:
30-
label: Environment Details
31-
description: Which Linux destop environment and display type are you using? (e.g., GNOME Wayland, Plasma X11, Hyprland)
32-
placeholder: e.g., GNOME Wayland
31+
label: Environment Details (for GNU/Linux Users)
32+
description: Which desktop environment and display type are you using?
33+
placeholder: e.g., KDE Plasma Wayland, Cinnamon X11
3334
validations:
34-
required: true
35+
required: false
3536
- type: dropdown
3637
id: input-method
3738
attributes:
3839
label: Input Method Framework
39-
description: Which input method framework are you using? (e.g., IBus, Fcitx)
40+
description: Which input method framework are you using?
4041
multiple: true
4142
options:
4243
- IBus
4344
- Fcitx
44-
- Other (please specify in Additional Context)
45+
- Other (Specify in Additional Context)
4546
validations:
46-
required: true
47+
required: false
4748
- type: textarea
4849
id: bug-description
4950
attributes:
5051
label: Describe the Bug
5152
description: A clear and concise description of what the bug is.
52-
placeholder: Tell us what you see!
53+
placeholder: Let us know what issues you are experiencing.
5354
validations:
5455
required: true
5556
- type: textarea
@@ -64,22 +65,6 @@ body:
6465
4. Observe the issue
6566
validations:
6667
required: true
67-
- type: textarea
68-
id: expected-behavior
69-
attributes:
70-
label: Expected Behavior
71-
description: What did you expect to happen?
72-
placeholder: A clear and concise description of what you expected.
73-
validations:
74-
required: true
75-
- type: textarea
76-
id: actual-behavior
77-
attributes:
78-
label: Actual Behavior
79-
description: What actually happened?
80-
placeholder: A clear and concise description of what occurred.
81-
validations:
82-
required: true
8368
- type: textarea
8469
id: logs
8570
attributes:
@@ -96,4 +81,4 @@ body:
9681
placeholder: Add any relevant details here.
9782
validations:
9883
required: false
99-
---
84+
---

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Feature Request
33
description: Suggest an idea for improving OpenBangla Keyboard
4-
labels: ["enhancement"]
5-
assignees: []
4+
labels: ["Enhancement"]
5+
title: "[Feature]: "
66
body:
77
- type: markdown
88
attributes:
@@ -40,4 +40,4 @@ body:
4040
placeholder: Add any relevant details or examples here.
4141
validations:
4242
required: false
43-
---
43+
---

0 commit comments

Comments
 (0)