From 17e51646eccc5ff7d9d87a6cce514bdfbc60a4c7 Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Sat, 20 Sep 2025 10:40:01 -0700 Subject: [PATCH] fix(github): add labels and milestone to PR checklist Signed-off-by: Edward Ly --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 383c8e4c711..7958ceab2f1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,3 +21,5 @@ - [ ] Screenshots before/after for front-end changes - [ ] Documentation ([manuals](https://github.com/nextcloud/documentation/) or wiki) has been updated or is not required - [ ] [Backports requested](https://github.com/nextcloud/backportbot/#usage) where applicable (ex: critical bugfixes) +- [ ] [Labels added](https://github.com/nextcloud/server/labels) where applicable (ex: bug/enhancement, `3. to review`, feature component) +- [ ] [Milestone added](https://github.com/nextcloud/server/milestones) for target branch/version (ex: 32.x for `stable32`)