Skip to content

Commit

Permalink
Extend the info of the private repo block
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Oct 6, 2022
1 parent 2cdbfb2 commit 839ae9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/---request-translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 839ae9a

Please sign in to comment.