Skip to content

Commit dead7c1

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

2 files changed

Lines changed: 19 additions & 35 deletions

File tree

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Bug Report
33
description: File a bug report to help us improve OpenBangla Keyboard
4-
labels: ["bug"]
5-
assignees: []
4+
labels: ["Bug"]
5+
title: "[Bug]: "
66
body:
77
- type: markdown
88
attributes:
@@ -11,45 +11,45 @@ body:
1111
- type: input
1212
id: obk-version
1313
attributes:
14-
label: OBK Version
15-
description: What version of OpenBangla Keyboard are you using? (e.g., 3.0.0)
14+
label: OpenBangla Keyboard Version
15+
description: What version of OpenBangla Keyboard are you using?
1616
placeholder: e.g., 3.0.0
1717
validations:
1818
required: true
1919
- type: input
2020
id: os-details
2121
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
22+
label: Operating System and Version
23+
description: Which OS or Distro and which version are you using?
24+
placeholder: e.g., Windows 11 25H2, macOS 26.4, Linux Mint 22.3
2525
validations:
2626
required: true
2727
- type: input
2828
id: environment-details
2929
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
30+
label: Environment Details (for GNU/Linux Users)
31+
description: Which desktop environment and display type are you using?
32+
placeholder: e.g., KDE Plasma Wayland, Cinnamon X11
3333
validations:
34-
required: true
34+
required: false
3535
- type: dropdown
3636
id: input-method
3737
attributes:
3838
label: Input Method Framework
39-
description: Which input method framework are you using? (e.g., IBus, Fcitx)
39+
description: Which input method framework are you using?
4040
multiple: true
4141
options:
4242
- IBus
4343
- Fcitx
44-
- Other (please specify in Additional Context)
44+
- Other (Specify in Additional Context)
4545
validations:
46-
required: true
46+
required: false
4747
- type: textarea
4848
id: bug-description
4949
attributes:
5050
label: Describe the Bug
5151
description: A clear and concise description of what the bug is.
52-
placeholder: Tell us what you see!
52+
placeholder: Let us know what issues you are experiencing.
5353
validations:
5454
required: true
5555
- type: textarea
@@ -64,22 +64,6 @@ body:
6464
4. Observe the issue
6565
validations:
6666
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
8367
- type: textarea
8468
id: logs
8569
attributes:
@@ -96,4 +80,4 @@ body:
9680
placeholder: Add any relevant details here.
9781
validations:
9882
required: false
99-
---
83+
---

.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)