* chore: use common semantic PR and commit message checks (#23300)
After this is merged, the old semantic checker can be disabled, and its config file removed from the repository.
* chore: remove previous semantic pull request config (#23305)
* chore: remove previous semantic pull request config
* chore: update pull request template, conventional commit version
Co-authored-by: Jacob Marble <jacobmarble@influxdata.com>
Using the multiple github issue templates functionality described here:
https://help.github.com/articles/about-issue-and-pull-request-templates/
This will hopefully make the default issue template less verbose so
information isn't lost. In the future, we can add additional templates
for specific things like performance or query bug reports.
The changelog is now updated automatically, tests are reported to github
as part of the CI status, and rebased/merged are also covered by
built-in github functionality.