mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-13 16:24:16 +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
|
## Summary
|
||||||
|
|
||||||
<!-- For example...
|
<!-- For example...
|
||||||
The existing implementation has poor numerical properties for
|
The existing implementation has poor numerical properties for
|
||||||
large arguments, so use the McGillicutty algorithm to improve
|
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
|
## Related issues
|
||||||
|
|
||||||
<!-- For example...
|
<!-- For example...
|
||||||
Fixes #159
|
Fixes #159
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
**Checklist**:
|
## Checklist
|
||||||
- [ ] add related issues
|
|
||||||
|
- [ ] reference any related issues
|
||||||
- [ ] updated docs
|
- [ ] updated docs
|
||||||
- [ ] updated unit tests
|
- [ ] updated unit tests
|
||||||
- [ ] updated UPGRADING.md
|
- [ ] updated UPGRADING.md
|
||||||
|
- [ ] add appropriate tag (`improvement` / `bug` / etc)
|
||||||
- [ ] ready for review
|
- [ ] ready for review
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue