Update pull_request_template.md
This commit is contained in:
parent
386dbf8c1a
commit
deb9f4a9f7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue