From dbcd85986ef21d9edbc4813db431a18f57ef25c5 Mon Sep 17 00:00:00 2001 From: hugsy Date: Tue, 28 Jun 2022 14:05:27 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) 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