github: add tag suggestion to checklist (#1819)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2021-01-25 09:57:36 -08:00 committed by GitHub
parent 77236fefa0
commit 5b9d18bb8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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