cwa-app-android
cwa-app-android copied to clipboard
Missing guidance about the choice of branch for PR submitters
The CONTRIBUTING guide and the linked pull_request_template do not mention how to choose a branch when submitting a PR.
Suggestion
Add some guidance about how to choose the most appropriate branch when submitting a PR.
FYI: The iOS https://github.com/corona-warn-app/cwa-app-ios/blob/release/2.26.x/CONTRIBUTING.md includes the following PR checklist, which includes the hint to branch from the latest release branch.

- For some reason the guidance was removed in PR #https://github.com/corona-warn-app/cwa-app-android/pull/1386 in Oct 2020.
@MikeMcC399 I think the problem was that the instruction was to branch from the dev branch, which existed in the early phase of this project, but was later replaces by the release branches. I wonder why the statement wasn't corrected but the whole checklist removed.
PR: https://github.com/corona-warn-app/cwa-app-android/pull/5554