Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jun 28, 2022
1 parent 290a984 commit dbcd859
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -7,20 +7,18 @@
<!-- How does this look? Add a screenshot if you can -->


## How Has This Been Tested?

| Architecture | Yes/No | Comments |
| ------------ | :----------------------: | ----------------------------------------- |
| x86-32 | :x: | Replace with :white_check_mark: if tested |
| x86-64 | :x: | |
| ARM | :x: | |
| AARCH64 | :x: | |
| MIPS | :x: | |
| POWERPC | :x: | |
| SPARC | :x: | |
| RISC-V | :x: | |
| `make test` | :x: | |

## Against which architecture was this tested ?

"Tested" indicates that the PR works *and* the unit test (i.e. `make test`) run passes without issue.

* [ ] x86-32
* [ ] x86-64
* [ ] ARM
* [ ] AARCH64
* [ ] MIPS
* [ ] POWERPC
* [ ] SPARC
* [ ] RISC-V


## Checklist
Expand Down

0 comments on commit dbcd859

Please sign in to comment.