pomerium/.github/PULL_REQUEST_TEMPLATE
bobby 5b9d18bb8b
github: add tag suggestion to checklist (#1819)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-01-25 09:57:36 -08:00

25 lines
519 B
Text

## Summary
<!-- For example...
The existing implementation has poor numerical properties for
large arguments, so use the McGillicutty algorithm to improve
accuracy above 1e10.
The algorithm is described at https://wikipedia.org/wiki/McGillicutty_Algorithm
-->
## Related issues
<!-- For example...
Fixes #159
-->
## Checklist
- [ ] reference any related issues
- [ ] updated docs
- [ ] updated unit tests
- [ ] updated UPGRADING.md
- [ ] add appropriate tag (`improvement` / `bug` / etc)
- [ ] ready for review