mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 19:05:56 +03:00
Merge pull request #5706 from vector-im/feature/bma/small_doc_udpate
Small doc udpate
This commit is contained in:
commit
84700d63d0
3 changed files with 14 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/release.yml
vendored
1
.github/ISSUE_TEMPLATE/release.yml
vendored
|
@ -18,6 +18,7 @@ body:
|
||||||
|
|
||||||
- [ ] Weblate sync, fix lint issue if any (in a dedicated PR)
|
- [ ] Weblate sync, fix lint issue if any (in a dedicated PR)
|
||||||
- [ ] Check the update of the store descriptions (using Google Translate if necessary) to ensure that the changes are acceptable to be published to the stores.
|
- [ ] Check the update of the store descriptions (using Google Translate if necessary) to ensure that the changes are acceptable to be published to the stores.
|
||||||
|
- [ ] While Weblate is locked, and after the PR from Weblate has been merged, handle all the TODOs in the main `strings.xml` file
|
||||||
- [ ] Run the script `./tools/release/pushPlayStoreMetaData.sh`. You can check in the GooglePlay console the Activity log to check the effect.
|
- [ ] Run the script `./tools/release/pushPlayStoreMetaData.sh`. You can check in the GooglePlay console the Activity log to check the effect.
|
||||||
|
|
||||||
### Do the release
|
### Do the release
|
||||||
|
|
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -17,7 +17,17 @@
|
||||||
|
|
||||||
## Screenshots / GIFs
|
## Screenshots / GIFs
|
||||||
|
|
||||||
<!-- Only if UI have been changed -->
|
<!-- Only if UI have been changed
|
||||||
|
You can use a table like this to show screenshots comparison.
|
||||||
|
Uncomment this markdown table below and edit the last line `|||`:
|
||||||
|
|copy screenshot of before here|copy screenshot of after here|
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|Before|After|
|
||||||
|
|-|-|
|
||||||
|
|||
|
||||||
|
-->
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
|
|
|
@ -144,6 +144,8 @@ Instead, please comment the original string with:
|
||||||
```xml
|
```xml
|
||||||
<!-- TODO TO BE REMOVED -->
|
<!-- TODO TO BE REMOVED -->
|
||||||
```
|
```
|
||||||
|
And add `tools:ignore="UnusedResources"` to the string, to let lint ignore that the string is not used.
|
||||||
|
|
||||||
The string will be removed during the next sync with Weblate.
|
The string will be removed during the next sync with Weblate.
|
||||||
|
|
||||||
### Accessibility
|
### Accessibility
|
||||||
|
|
Loading…
Reference in a new issue