mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-21 22:59:10 +00:00
update issue templates
This commit is contained in:
parent
8acf5b5464
commit
92d03dfa6c
5 changed files with 22 additions and 13 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,10 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Does it happen in OpenBoard, or is it exclusive to this modified version?**
|
**Does it happen in OpenBoard, or is it exclusive to this modified version?**
|
||||||
|
@ -24,6 +21,7 @@ A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
If you add screenshots, please reduce the size or use thumbnails to keep the issue nicely readable.
|
||||||
|
|
||||||
**App version**
|
**App version**
|
||||||
Which exact version of this fork is affected?
|
Which exact version of this fork is affected?
|
||||||
|
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Discussions
|
||||||
|
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).
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,10 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
|
||||||
labels: enhancement
|
labels: enhancement
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -25,3 +22,4 @@ A clear and concise description of any alternative solutions or features you've
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context or screenshots about the feature request here.
|
Add any other context or screenshots about the feature request here.
|
||||||
|
If you add screenshots, please reduce the size or use thumbnails to keep the issue nicely readable.
|
||||||
|
|
12
.github/ISSUE_TEMPLATE/new-language-request.md
vendored
12
.github/ISSUE_TEMPLATE/new-language-request.md
vendored
|
@ -1,13 +1,11 @@
|
||||||
---
|
---
|
||||||
name: New language request
|
name: Language request
|
||||||
about: Use this to request autocompletion support for a missing language
|
about: Use this to request autocompletion support for a missing language, or for issues with existing dictionaries
|
||||||
title: "*insert here language name* language"
|
|
||||||
labels: dictionaries
|
labels: dictionaries
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Check if the language is already included in the downloadable dictionaries at https://github.com/Helium314/openboard/tree/new/dictionaries/dict
|
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)
|
||||||
-->
|
-->
|
||||||
|
|
10
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: Other
|
||||||
|
about: Anything that does not fit into the other categories
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Note that this version of OpenBoard is focusing only on a few things. You can add a feature request or open other issues, but at the current stage it could take a long time until things are improved or even until you get a response.
|
||||||
|
|
||||||
|
If you add screenshots, please reduce the size or use thumbnails to keep the issue nicely readable.
|
||||||
|
-->
|
Loading…
Add table
Reference in a new issue