Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-06 18:09:58 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-06 18:09:58 +0300
commit839ae9ad04c301c9d41a4fc4f504d0ae99a61696 (patch)
tree23f7c2f21473ae5dcb672b90e7b4bfbc01660da6
parent2cdbfb2fbc2012c457d70f1848e6238b2f90398d (diff)
Extend the info of the private repo block
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/ISSUE_TEMPLATE/---request-translations.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/---request-translations.md b/.github/ISSUE_TEMPLATE/---request-translations.md
index 7a1950e..f784d96 100644
--- a/.github/ISSUE_TEMPLATE/---request-translations.md
+++ b/.github/ISSUE_TEMPLATE/---request-translations.md
@@ -14,7 +14,9 @@ assignees: ''
**To be done by you**
- [ ] Link to your repository:
-- [ ] If the app is personal repository: Invite `nextcloud-bot` with write permissions
+- [ ] If the app is personal repository
+ - [ ] Invite `nextcloud-bot` with write permissions
+ - [ ] Make sure all translated branches do **not** have branch protection enabled, see https://docs.nextcloud.com/server/latest/developer_manual/basics/front-end/l10n.html#setup-of-the-transifex-sync for more details
- [ ] Create file `l10n/.gitkeep` with empty content
- [ ] Add `.l10nignore` to exclude compiled JS files and thirdparty code, e.g. ignoring compiled javascript assets and composer PHP dependencies in the vendor/ directory:
```