Skip to content

Commit 1c9ac78

Browse files
committed
Forward font problems to discussions
1 parent 722d7ea commit 1c9ac78

File tree

3 files changed

+43
-14
lines changed

3 files changed

+43
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
title: "[Font Problem] "
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
Please look at other issues about font problems first!
7+
If you still need help, please share a screenshot of `rofimoji`. For example, when using `rofi`, you can use `Alt+Shift+s` to take a screenshot.
8+
- type: textarea
9+
attributes:
10+
label: Description
11+
description: What do you see instead of the expected characters?
12+
validations:
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: Other apps
17+
description: Do emojis (or your characters) work in other apps like Firefox, Chrome or your text editor?
18+
validations:
19+
required: true
20+
- type: input
21+
attributes:
22+
label: Selector
23+
description: Which selector are you using?
24+
placeholder: rofi/rofi-wayland/wofi...
25+
validations:
26+
required: true
27+
- type: input
28+
attributes:
29+
label: rofimoji version
30+
description: What's your version of rofimoji?
31+
validations:
32+
required: true
33+
- type: textarea
34+
attributes:
35+
label: Comment
36+
description: Anything else?
37+
validations:
38+
required: false

.github/ISSUE_TEMPLATE/problems-with-displaying-emojis.md

-14
This file was deleted.

.github/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Characters not showing
4+
url: https://github.com/fdw/rofimoji/discussions/categories/font-problems
5+
about: If the characters aren't showing in your selector

0 commit comments

Comments
 (0)