Skip to content

Commit

Permalink
Create pull_request_template.md (#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikiranchollangi authored Oct 7, 2024
1 parent f2b8c80 commit 51bb7d5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
> ### Motivate of the pull request
> - [ ] To address an existing issue. If so, please add GH or Jira ID here: <ID>
> - [ ] Breaking new feature. If so, please describe details in the description part.
> ### Which submodule does this change impact ?
> <!-- In general, modification on existing submodules are not acceptable. You should push changes to upstream. -->
> - [ ] Backend
> - [ ] FOEDAG_rs
> - [ ] IP_Catalog
> - [ ] Raptor_Tools
> - [ ] yosys_verific_rs
> - [ ] zephyr-rapidsi-dev
> - [ ] Github CI
> #### What does this pull request change?
> <!-- Please provide a list of highlights of your changes. -->
> #### 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.

0 comments on commit 51bb7d5

Please sign in to comment.