Fix a typo and reorder enum in PR template

This commit is contained in:
J0J0 Todos 2023-10-30 11:23:08 +01:00
parent a9ff449c71
commit 2af9a8c863

View file

@ -10,13 +10,13 @@ Fixes #X. <!-- Insert issue number here if applicable. -->
- If you believe one of below checkpoints is not required for the change you - If you believe one of below checkpoints is not required for the change you
are submitting, cross it out and check the box nonetheless to let us know. are submitting, cross it out and check the box nonetheless to let us know.
For example: - [x] ~Changelog~ For example: - [x] ~Changelog~
- Please remove the descriptive sentences in braces from the enumeration below,
which helps to unclutter your PR description.
- Regarding the changelog, often it makes sense to add your entry only once - Regarding the changelog, often it makes sense to add your entry only once
reviewing is finished. That way you might prevent conflicts from other PR's in reviewing is finished. That way you might prevent conflicts from other PR's in
that file, as well as keep the chance high your description fits with what that file, as well as keep the chance high your description fits with the
the latest revision of your feature/fix. latest revision of your feature/fix.
- Regarding documentation, bugfixes often don't require additions to the docs. - Regarding documentation, bugfixes often don't require additions to the docs.
- Please remove the descriptive sentences in braces from the enumeration below,
which helps to unclutter your PR description.
--> -->
- [ ] Documentation. (If you've added a new command-line flag, for example, find the appropriate page under `docs/` to describe it.) - [ ] Documentation. (If you've added a new command-line flag, for example, find the appropriate page under `docs/` to describe it.)