move contribution guidelines into default file CONTRIBUTING.md

This commit is contained in:
Helium314 2024-05-17 19:04:39 +02:00
parent 4a6ef14309
commit ec72b49ead
7 changed files with 53 additions and 42 deletions

View file

@ -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**

View file

@ -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.**

View file

@ -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 -->

View file

@ -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 -->

View file

@ -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)