Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pull_request_template.md #2046

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.