From 211dfd237ddab3acf7ebba92639c9abbb32bcdcc Mon Sep 17 00:00:00 2001 From: Mohamed Date: Fri, 9 Sep 2022 10:39:52 +0200 Subject: [PATCH] Remove any reference for GH issue #332 (DEV) (#5555) * Remove any reference for issue 332 * Update .github/pull_request_template.md Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> * Update README.md Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> --- .github/pull_request_template.md | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eca60dfdd2d..b7d49cefcce 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,9 +17,7 @@ __Thank you for this PR! Please consider the following:__ * If this PR comes from a fork, please [allow edits from maintainers](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork) * The PR can not contain changes in localization files, e.g. `values-[LANGUAGE-CODE]/strings/*` - and `/` - or `assets/*` (see [#332](https://github.com/corona-warn-app/cwa-app-android/issues/332) for - further information). + and `/` or `assets/*`). Localizations are usually provided and approved by the UA team. * Before submitting a PR, please make sure that you target the active `release/*.*.*` branch which can be determined by the active milestone on GitHub * Include `COMMUNITY` in the PR title such as "PR fixes issue ### (COMMUNITY)". diff --git a/README.md b/README.md index f07ba7457e8..50d810c9a33 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The goal of this project is to develop the official Corona-Warn-App for Germany * In General every TODO comment within the code or the documentation can be regarded as an issue. You are free to tackle the TODOs anytime! * We are aware of the Play Store Limitations of GMS. * Without your own server instance (e.g. a local Docker setup), you will not be able to test the Application. For help, please refer to the [server implementation](https://github.com/corona-warn-app/cwa-server). -* Strings including translations are handled separately, for suggestions / findings please have a look at issue [#332](https://github.com/corona-warn-app/cwa-app-android/issues/332) +* Strings including translations are provided and approved by the UA team. For suggestions / findings please open a dedicated issue. ## Architecture & Documentation