Skip to content

Commit ff1a07a

Browse files
committed
1 parent 09cbef4 commit ff1a07a

File tree

2 files changed

+131
-0
lines changed

2 files changed

+131
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*** The template file at the root(.github/foo.md) is no longer used in GitHub issue ***
2+
13
Please fill in the following items if you don't know the root cause.
24

35
Which distribution and version?:
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
name: Bus Report Template
2+
description: |
3+
Please fill in the following items if you don't know the root cause.
4+
assignees:
5+
- fujiwarat
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "Please describe the issue title to be able to identify your issue
10+
against others."
11+
- type: markdown
12+
attributes:
13+
value: "Wrong title - \"ibus typing not work with any applications\".
14+
Good title - \"Cannot output multi-byte strings with gedit\" or
15+
\"Cannot switch keyboard layouts with Super-space in Wayland\" or
16+
\"String output is slow with firefox in Cinnamon\""
17+
- type: input
18+
id: distro
19+
attributes:
20+
label: Distribution and Version
21+
description: Which distribusion and version? Check /etc/fedora-release
22+
placeholder: Fedora 41
23+
validations:
24+
required: true
25+
- type: input
26+
id: desktop
27+
attributes:
28+
label: Desktop Environment and Version
29+
description: |
30+
Which desktop environment and version?
31+
Check $XDG_CURRENT_DESKTOP and your ISO image.
32+
placeholder: GNOME 3.24
33+
validations:
34+
required: true
35+
- type: dropdown
36+
id: session
37+
attributes:
38+
label: Session Type
39+
description: Which session type? Check $XDG_SESSION_TYPE
40+
options:
41+
- Wayland
42+
- X11
43+
default: 0
44+
validations:
45+
required: true
46+
- type: input
47+
id: application
48+
attributes:
49+
label: Application and Version
50+
description: Which application and version?
51+
placeholder: gedit 3.24, leafpad, kate, xterm
52+
validations:
53+
required: true
54+
- type: input
55+
id: version-core
56+
attributes:
57+
label: IBus version
58+
description: Run `ibus version`
59+
placeholder: 1.5.31
60+
validations:
61+
required: true
62+
- type: input
63+
id: version
64+
attributes:
65+
label: ibus-anthy Version
66+
description: |
67+
Open "IBus Anthy preferences" dialog (`ibus-setup-anthy`) from IBus
68+
panel menu or ibus-setup, and select "About" tab.
69+
placeholder: 1.5.16
70+
validations:
71+
required: true
72+
- type: textarea
73+
id: description
74+
attributes:
75+
label: Issue Description
76+
description: Please describe the issue summary.
77+
validations:
78+
required: false
79+
- type: textarea
80+
id: reproducing
81+
attributes:
82+
label: Steps to Reproduce
83+
description: |
84+
How do you trigger this bug? Please walk us through it step by step.
85+
value: |
86+
1.
87+
2.
88+
3.
89+
render: bash
90+
validations:
91+
required: true
92+
- type: textarea
93+
id: inevitability
94+
attributes:
95+
label: |
96+
Can you reproduce your problem when you restart ibus-daemon? (yes / no)
97+
description: |
98+
Please answer "yes" or "no" and also complement your issue as needed.
99+
Run `ibus exit` and `ibus-daemon --xim &`
100+
validations:
101+
required: true
102+
- type: textarea
103+
id: error_messages
104+
attributes:
105+
label: |
106+
Do you see any errors when you run ibus-daemon with the verbose option?
107+
description: |
108+
Run `ibus-daemon --xim --verbose &` and look at the output when you
109+
encounter your problem.
110+
You might need to run `journalctl` for GNOME sessions.
111+
validations:
112+
required: false
113+
- type: textarea
114+
id: error_config
115+
attributes:
116+
label: |
117+
Can you reproduce your problem with a new user account instead of the
118+
current your account? (yes / no)
119+
description: |
120+
Please answer "yes" or "no" and also complement your issue as needed.
121+
validations:
122+
required: true
123+
- type: textarea
124+
id: note
125+
attributes:
126+
label: |
127+
Add any other context about the problem here.
128+
validations:
129+
required: false

0 commit comments

Comments
 (0)