mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-21 01:10:24 +00:00
move contribution guidelines into default file CONTRIBUTING.md
This commit is contained in:
parent
4a6ef14309
commit
ec72b49ead
7 changed files with 53 additions and 42 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -10,7 +10,7 @@ tl;dr:
|
|||
* a single issue per topic
|
||||
* reduce screenshot size
|
||||
|
||||
<!-- issue template below -->
|
||||
<!-- issue template below, please remove above text before submitting (and the template too if you think it's a good idea) -->
|
||||
|
||||
**Describe the bug**
|
||||
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -10,7 +10,7 @@ tl;dr:
|
|||
* a single issue per topic
|
||||
* reduce screenshot size
|
||||
|
||||
<!-- issue template below -->
|
||||
<!-- issue template below, please remove above text before submitting (and the template too if you think it's a good idea) -->
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
|
||||
|
|
2
.github/ISSUE_TEMPLATE/other.md
vendored
2
.github/ISSUE_TEMPLATE/other.md
vendored
|
@ -8,3 +8,5 @@ tl;dr:
|
|||
* search for duplicates, also in closed issues
|
||||
* a single issue per topic
|
||||
* reduce screenshot size
|
||||
|
||||
<!-- please remove above text before submitting -->
|
||||
|
|
2
.github/ISSUE_TEMPLATE/spell_checker.md
vendored
2
.github/ISSUE_TEMPLATE/spell_checker.md
vendored
|
@ -12,3 +12,5 @@ tl;dr:
|
|||
|
||||
Make sure you actually enabled HeliBoard spell checker. Usually it can be found in System Settings -> System -> Languages -> Advanced -> Spell Checker, but this may depend on Android version.
|
||||
Note that the menu when tapping a word underlined in red is coming form the Android system and is not under control of HeliBoard.
|
||||
|
||||
<!-- please remove above text before submitting -->
|
||||
|
|
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,4 +1,4 @@
|
|||
See the contributing section in the readme for more detailed guideline: https://github.com/Helium314/HeliBoard?tab=readme-ov-file#guidelines
|
||||
See the contributing readme for more detailed guideline: https://github.com/Helium314/HeliBoard/blob/main/CONTRIBUTING.md
|
||||
tl;dr (you should still read the full list though):
|
||||
* make sure it's wanted
|
||||
* a single thing only
|
||||
|
@ -12,3 +12,5 @@ Further
|
|||
* When the PR contains "fixes" <issue number>, the related issue will be linked and automatically closed if the PR is merged (also works for other words like "fix", "resolve", "resolves", "closes", ...)
|
||||
* If you add a keyboard layout, make sure you have read https://github.com/Helium314/HeliBoard/blob/main/layouts.md#adding-new-layouts--languages
|
||||
* Please avoid force-pushing when doing changes. This way it's not possible which parts have changed since the previous state.
|
||||
|
||||
(please remove the template text before submitting the PR)
|
Loading…
Add table
Add a link
Reference in a new issue