11---
22name : Bug Report
33description : File a bug report to help us improve OpenBangla Keyboard
4- labels : ["bug"]
54assignees : []
5+ labels : ["Bug"]
6+ title : " [Bug]: "
67body :
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
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 :
9681 placeholder : Add any relevant details here.
9782 validations :
9883 required : false
99- ---
84+ ---
0 commit comments