mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-16 15:02:48 +00:00
update app name in resources, readme, comments, ...
This commit is contained in:
parent
0109b073fa
commit
be38a58c13
65 changed files with 156 additions and 215 deletions
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -5,9 +5,8 @@ labels: bug
|
|||
---
|
||||
|
||||
<!-- Please search open and closed issues to avoid duplicates. Maybe what you want has already been discussed or is mentioned in the readme.
|
||||
If you want to report more issues / bugs, open mulitple issues (one for each).
|
||||
If you want to report more issues / bugs, open multiple issues (one for each).
|
||||
If you're interested, you can read the following useful text about effective bug reporting (a bit longer read): https://www.chiark.greenend.org.uk/~sgtatham/bugs.html -->
|
||||
**Does it happen in OpenBoard, or is it exclusive to this modified version?**
|
||||
|
||||
**Describe the bug**
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
@ -24,11 +23,11 @@ If you're interested, you can read the following useful text about effective bug
|
|||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
**Screenshots**
|
||||
<!-- If applicable and helpful, add screenshots to help explain your problem.
|
||||
<!-- ONLY if applicable and helpful, add screenshots to help explain your problem.
|
||||
If you add screenshots, reduce the size or use thumbnails to keep the issue nicely readable. -->
|
||||
|
||||
**App version**
|
||||
<!-- Which _exact_ version of this fork is affected? -->
|
||||
<!-- Which version of this app is affected? If you build the app yourself, please specify the latest commit included in the build -->
|
||||
|
||||
**Device (please complete the following information):**
|
||||
- Model: <!-- [e.g. Samsung Galaxy S9] -->
|
||||
|
|
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -4,8 +4,8 @@ contact_links:
|
|||
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).
|
||||
url: https://github.com/Helium314/HeliBoard/discussions
|
||||
about: For discussions and feedback about this app, asking questions or talking about ideas which are not yet actionable (i.e. not suitable for an issue).
|
||||
- name: Question
|
||||
url: https://github.com/Helium314/openboard/discussions/new?category=q-a
|
||||
url: https://github.com/Helium314/HeliBoard/discussions/new?category=q-a
|
||||
about: For questions please use the discussions section.
|
||||
|
|
2
.github/workflows/android-build.yml
vendored
2
.github/workflows/android-build.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: OpenBoard-debug
|
||||
name: HeliBoard-debug
|
||||
path: app/build/outputs/apk/debug/*-debug*.apk
|
||||
|
||||
- name: Archive reports for failed job
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue