misc: Switched the descripton and checklist blocks around so the template has better flow
This commit is contained in:
parent
253a12f014
commit
fd6931e830
|
@ -1,14 +1,5 @@
|
|||
<!-- Filling this template is mandatory -->
|
||||
|
||||
## 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
|
||||
|
||||
<!--
|
||||
|
@ -20,6 +11,15 @@ Please provide enough information so that others can review your pull request.
|
|||
Information embedded in the description part of the commits doesn't count.
|
||||
-->
|
||||
|
||||
## 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
|
||||
|
||||
<!-- put "fixes #XXXX" here to auto-close the issue(s) that your PR fixes (if any). -->
|
||||
|
|
Loading…
Reference in New Issue