Browse Source

Merge pull request #55237 from nextcloud/fix/pr-checklist

fix(github): add labels and milestone to PR checklist
chore/chunked_orphan_delete
Andy Scherzinger 2 months ago
committed by GitHub
parent
commit
233a754e07
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/pull_request_template.md

2
.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`)
Loading…
Cancel
Save