From fd6931e8302e707875bce376ce3e599ee17ac487 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Mon, 8 Aug 2022 04:06:47 +0100 Subject: [PATCH] misc: Switched the descripton and checklist blocks around so the template has better flow --- .github/PULL_REQUEST_TEMPLATE.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 11df137..453a707 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,5 @@ -## Your checklist for this pull request - -* [ ] I've read the [Code of Conduct](https://github.com/blackmagic-debug/blackmagic/blob/main/CODE_OF_CONDUCT.md) -* [ ] I've read the [guidelines for contributing](https://github.com/blackmagic-debug/blackmagic/blob/main/CONTRIBUTING.md) to this repository -* [ ] It builds for hardware native (`make PROBE_HOST=native`) -* [ ] It builds as BMDA (`make PROBE_HOST=hosted`) -* [ ] I've tested it to the best of my ability -* [ ] My commit messages provide a useful short description of what the commits do - ## Detailed description +## Your checklist for this pull request + +* [ ] I've read the [Code of Conduct](https://github.com/blackmagic-debug/blackmagic/blob/main/CODE_OF_CONDUCT.md) +* [ ] I've read the [guidelines for contributing](https://github.com/blackmagic-debug/blackmagic/blob/main/CONTRIBUTING.md) to this repository +* [ ] It builds for hardware native (`make PROBE_HOST=native`) +* [ ] It builds as BMDA (`make PROBE_HOST=hosted`) +* [ ] I've tested it to the best of my ability +* [ ] My commit messages provide a useful short description of what the commits do + ## Closing issues