From e3b3c2fba59156cce7458b24fe5df2136f02729d Mon Sep 17 00:00:00 2001 From: Christoph Heine Date: Thu, 20 May 2021 17:46:02 +0200 Subject: [PATCH 1/2] new bug template --- .github/ISSUE_TEMPLATE/02_bugs.md | 53 +++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/02_bugs.md diff --git a/.github/ISSUE_TEMPLATE/02_bugs.md b/.github/ISSUE_TEMPLATE/02_bugs.md new file mode 100644 index 0000000..1c4fa90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_bugs.md @@ -0,0 +1,53 @@ +--- +name: "\U0001F6A8 Bug Report" +about: Did you come across a bug or unexpected behaviour differing from the docs? +labels: bug + +--- + + +## Avoid duplicates +* [ ] Bug is not mentioned in the [FAQ](https://www.coronawarn.app/en/faq/) +* [ ] Bug affects both Android **and** iOS, for specific issues / questions that apply only to one operating system, please raise them in the respective repositories: + * [Android repository](https://github.com/corona-warn-app/cwa-app-android) + * [iOS repository](https://github.com/corona-warn-app/cwa-app-ios) +* [ ] Bug is not already reported in another issue + +## Technical details + +- Device name: +- iOS/Android version: +- App version: + +## Describe the bug + + + +## Steps to reproduce the issue + + + + + +## Expected behaviour + + + +## Possible Fix + + + +## Additional context + + From 1c66b6894c7718c460a36dce16856974b0f13915 Mon Sep 17 00:00:00 2001 From: Christoph Heine Date: Thu, 20 May 2021 17:54:14 +0200 Subject: [PATCH 2/2] change CODEOWNERS to reference teams --- CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 57a0dab..5550caa 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,15 +5,15 @@ # For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/. # These are the default owners for the whole content of this repository. The default owners are automatically added as reviewers when you open a pull request, unless different owners are specified in the file. -* @SebastianWolf-SAP @tkowark +* @corona-warn-app/cwa-moderators # Solution architecture document and its translations -solution_architecture*.md @tklingbeil @SebastianWolf-SAP @tkowark -/images/solution_architecture/ @tklingbeil @SebastianWolf-SAP @tkowark +solution_architecture*.md @tklingbeil @corona-warn-app/cwa-moderators +/images/solution_architecture/ @tklingbeil @corona-warn-app/cwa-moderators # Epidemiological Motivation of the Transmission Risk Level transmission_risk* @kirchnergo @hoehleatsu @weidemannf @dirkschumacher @benzlerj # How does the Corona-Warn-App identify an increased risk? -cwa-risk* @benzlerj @hoehleatsu @kirchnergo @SebastianWolf-SAP -translations/cwa-risk* @benzlerj @hoehleatsu @kirchnergo @SebastianWolf-SAP +cwa-risk* @benzlerj @hoehleatsu @kirchnergo @corona-warn-app/cwa-moderators +translations/cwa-risk* @benzlerj @hoehleatsu @kirchnergo @corona-warn-app/cwa-moderators