From 116bbd2b1c2b0a29d2c904436b2118733e6d4d8b Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 18 Oct 2024 01:32:15 -0700 Subject: [PATCH] Remove references to PR in riscv-isac and riscv-ctg in PR template --- .github/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 040b71581..03cf96da7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -29,12 +29,10 @@ - [ ] Ran the new tests on RISCOF with SAIL/Spike as reference model successfully ? - [ ] Ran the new tests on RISCOF in [coverage mode](https://riscof.readthedocs.io/en/stable/commands.html#coverage) - [ ] Link to Google-Drive folder containing the new coverage reports ([See this](https://github.com/riscv-non-isa/riscv-arch-test/blob/main/CONTRIBUTION.md#uploading-test-stats) for more info): < SPECIFY HERE > - - [ ] Link to PR in RISCV-ISAC from which the reports were generated : < SPECIFY HERE > - [ ] Changelog entry created with a minor patch ### Optional Checklist: - - [ ] RISCV-V CTG PR link if tests were generated using it : < SPECIFY HERE > - [ ] Were the tests hand-written/modified ? - [ ] Have you run these on any hard DUT model ? Please specify name and provide link if possible in the description - [ ] If you have modified arch\_test.h Please provide a detailed description of the changes in the Description section above.