diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f031df24b..1f7e1100f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,20 +7,18 @@ -## 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