mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-10 23:03:23 +02:00
github: add tag suggestion to checklist (#1819)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
77236fefa0
commit
5b9d18bb8b
1 changed files with 7 additions and 3 deletions
10
.github/PULL_REQUEST_TEMPLATE
vendored
10
.github/PULL_REQUEST_TEMPLATE
vendored
|
@ -1,4 +1,5 @@
|
|||
## Summary
|
||||
|
||||
<!-- For example...
|
||||
The existing implementation has poor numerical properties for
|
||||
large arguments, so use the McGillicutty algorithm to improve
|
||||
|
@ -8,14 +9,17 @@ The algorithm is described at https://wikipedia.org/wiki/McGillicutty_Algorithm
|
|||
-->
|
||||
|
||||
## Related issues
|
||||
|
||||
<!-- For example...
|
||||
Fixes #159
|
||||
Fixes #159
|
||||
-->
|
||||
|
||||
|
||||
**Checklist**:
|
||||
- [ ] add related issues
|
||||
## Checklist
|
||||
|
||||
- [ ] reference any related issues
|
||||
- [ ] updated docs
|
||||
- [ ] updated unit tests
|
||||
- [ ] updated UPGRADING.md
|
||||
- [ ] add appropriate tag (`improvement` / `bug` / etc)
|
||||
- [ ] ready for review
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue