Update pull_request_template.md

This commit is contained in:
tangxifan 2021-04-25 22:11:34 -06:00 committed by GitHub
parent 386dbf8c1a
commit deb9f4a9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 7 deletions

View File

@ -4,17 +4,21 @@
> ### Describe the technical details > ### Describe the technical details
> #### What is currently done? (Provide issue link if applicable) > #### What is currently done? (Provide issue link if applicable)
> ** Please provide a list of limitations if not specified in any issue ** > <!-- Please provide a list of limitations if not specified in any issue -->
> - [ ] <technical details about limitation> > <!-- Below is a template, uncomment upon your needs -->
> - [ ] <more limitations> > <!-- Currently, OpenFPGA has the following limitations: -->
> <!-- - [ ] technical details about limitation -->
> <!-- - [ ] more limitations -->
> >
> #### What does this pull request change? > #### What does this pull request change?
> ** Please provide a list of highlights of your changes. ** > <!-- Please provide a list of highlights of your changes. -->
> - [ ] <details about the technical highlight> > <!-- Below is a template, uncomment upon your needs -->
> - [ ] <more technical highlights> > <!-- This PR improves in the following aspects: -->
> <!-- - [ ] details about the technical highlight -->
> <!-- - [ ] <more technical highlights -->
> ### Which part of the code base require a change > ### Which part of the code base require a change
> **In general, modification on existing submodules are not acceptable. You should push changes to upstream.** > <!-- In general, modification on existing submodules are not acceptable. You should push changes to upstream. -->
> - [ ] VPR > - [ ] VPR
> - [ ] Tileable routing architecture generator > - [ ] Tileable routing architecture generator
> - [ ] OpenFPGA libraries > - [ ] OpenFPGA libraries