mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-21 06:39:09 +00:00
update templates
This commit is contained in:
parent
846c25a0a3
commit
159fd55695
2 changed files with 11 additions and 5 deletions
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -35,9 +35,9 @@ If you add screenshots, reduce the size or use thumbnails to keep the issue nice
|
||||||
**App version**
|
**App version**
|
||||||
<!-- Which version of this app is affected? If you build the app yourself, please specify the latest commit included in the build -->
|
<!-- 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):**
|
**Device:**
|
||||||
- Model: <!-- [e.g. Samsung Galaxy S9] -->
|
- Model: [e.g. Samsung Galaxy S9]
|
||||||
- OS: <!-- [e.g. Android 10] (add details if you are not using a version provided by the device manufacturer) -->
|
- OS: [e.g. Android 10] (please also mention whether you are using the manufacturer's OS or a custom ROM)
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
<!-- Add any other context about the problem here. -->
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,6 +1,12 @@
|
||||||
<!--
|
<!--
|
||||||
* Please describe briefly what your pull request proposes to fix or improve.
|
See the contributing section in the readme for more detailed guideline: https://github.com/Helium314/HeliBoard?tab=readme-ov-file#guidelines
|
||||||
|
Most importantly:
|
||||||
|
* The PR should focus on a single contribution.
|
||||||
|
* Describe briefly what your pull request proposes to fix or improve.
|
||||||
* If it's not completely obvious, describe what the PR does to achieve the desired result.
|
* If it's not completely obvious, describe what the PR does to achieve the desired result.
|
||||||
|
|
||||||
|
Further
|
||||||
* If you use someone else's code, please mention or better link to the source.
|
* If you use someone else's code, please mention or better link to the source.
|
||||||
* See the contributing section in the readme for more detailed guideline: https://github.com/Helium314/HeliBoard?tab=readme-ov-file#guidelines
|
* 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 layout, make sure you have read https://github.com/Helium314/HeliBoard/blob/main/layouts.md#adding-new-layouts--languages
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Add table
Reference in a new issue