mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 22:29:10 +00:00
redirect dictionary requests to dictionary repository
This commit is contained in:
parent
60a608960b
commit
5dbf6c5e60
2 changed files with 3 additions and 13 deletions
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Dictionary request
|
||||
url: https://codeberg.org/Helium314/aosp-dictionaries
|
||||
about: Requests for dictionaries (used for suggestions / autocompletion) will be handled in the linked dictionary repository. You can check whether a dictionary for the language you want already exists there.
|
||||
- name: Discussion
|
||||
url: https://github.com/Helium314/OpenBoard/discussions
|
||||
about: For discussions and feedback about this version of OpenBoard, asking questions or talking about ideas which are not yet actionable (i.e. not suitable for an issue).
|
||||
|
|
13
.github/ISSUE_TEMPLATE/new-language-request.md
vendored
13
.github/ISSUE_TEMPLATE/new-language-request.md
vendored
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
name: Language request
|
||||
about: Use this to request autocompletion support for a missing language, or for issues with existing dictionaries
|
||||
labels: dictionaries
|
||||
---
|
||||
|
||||
<!--
|
||||
Please search open and closed issues to avoid duplicates.
|
||||
|
||||
Before you suggest adding a language, check if the language is already included in the downloadable dictionaries at https://github.com/Helium314/openboard/tree/new/dictionaries/dict or experimental dictionaries at https://github.com/Helium314/openboard/tree/new/dictionaries/experimental/dict
|
||||
|
||||
If you open an issue about an existing dictionary, add information which dictionary you use (included in app, or link)
|
||||
-->
|
Loading…
Add table
Reference in a new issue