mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-03 11:22:45 +02:00
github: update PR template (#5315)
Update the PR template to better reflect our current workflow: - Do not suggest using the "Fixes" keyword, as this will close linked issues upon merge. (For most issues, the process is to let QA verify and then close the issue.) - Remove the "updated docs" and "updated UPGRADING.md" checklist steps. As documentation lives in a separate repository, it is no longer possible to update docs in the same PR. - Expand the list of labels, based on the changelog categories (omitting "security" because security issues should be reported separately)
This commit is contained in:
parent
8df5b00b9e
commit
da6e14280a
1 changed files with 2 additions and 4 deletions
6
.github/PULL_REQUEST_TEMPLATE
vendored
6
.github/PULL_REQUEST_TEMPLATE
vendored
|
@ -11,7 +11,7 @@ The algorithm is described at https://wikipedia.org/wiki/McGillicutty_Algorithm
|
|||
## Related issues
|
||||
|
||||
<!-- For example...
|
||||
Fixes #159
|
||||
- #159
|
||||
-->
|
||||
|
||||
## User Explanation
|
||||
|
@ -23,8 +23,6 @@ this blank. If filled out, add the `docs` label -->
|
|||
## Checklist
|
||||
|
||||
- [ ] reference any related issues
|
||||
- [ ] updated docs
|
||||
- [ ] updated unit tests
|
||||
- [ ] updated UPGRADING.md
|
||||
- [ ] add appropriate tag (`improvement` / `bug` / etc)
|
||||
- [ ] add appropriate label (`enhancement`, `bug`, `breaking`, `dependencies`, `ci`)
|
||||
- [ ] ready for review
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue