issue/PR templates: use h2 instead of h3

`h2` is the semantically correct heading here, as `h1` is for 
document titles and `h2` is for the top level headings within
a document. `h3` should be used for subheadings of `h2` headings.
This commit is contained in:
iomintz
2020-09-18 06:40:27 -05:00
committed by GitHub
parent 9978288346
commit 8f105a441d
3 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
### Summary
## Summary
<!-- What is this pull request for? Does it fix any issues? -->
### Checklist
## Checklist
<!-- Put an x inside [ ] to check it, like so: [x] -->