From 1e7ded07775d7d7bb5306ca48e43f4a81dfb58d6 Mon Sep 17 00:00:00 2001 From: Ravikiran Chollangi Date: Mon, 7 Oct 2024 10:46:14 -0700 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..380e9b36 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +> ### Motivate of the pull request +> - [ ] To address an existing issue. If so, please add GH or Jira ID here: +> - [ ] Breaking new feature. If so, please describe details in the description part. + +> ### Which submodule does this change impact ? +> +> - [ ] Backend +> - [ ] FOEDAG_rs +> - [ ] IP_Catalog +> - [ ] Raptor_Tools +> - [ ] yosys_verific_rs +> - [ ] zephyr-rapidsi-dev +> - [ ] Github CI + +> #### What does this pull request change? +> + +> #### Verified that the following tests passed locally before PR was created. +> - [ ] make tests/batch_all +> - [ ] [RunGJC.tcl](https://github.com/os-fpga/Validation/blob/main/RTL_testcases/GJC-IO-Testcases/RunGJC.tcl) + +> ### Impact of the pull request +> - [ ] Require a change on Quality of Results (QoR) +> - [ ] Break back-compatibility. If so, please list who may be influenced.