[Git] Format fix on pull request template

This commit is contained in:
tangxifan 2020-12-08 17:29:30 -07:00
parent e20c8d578e
commit c278bb0a5f
1 changed files with 5 additions and 5 deletions

View File

@ -3,15 +3,15 @@ name: Pull request
about: Push a change to this project about: Push a change to this project
--- ---
##Motivate of the pull request ### Motivate of the pull request
- [ ] To address an existing issue. If so, please provide a link to the issue. - [ ] To address an existing issue. If so, please provide a link to the issue.
- [ ] Breaking new feature. If so, please decribe details in the description part. - [ ] Breaking new feature. If so, please decribe details in the description part.
## **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)
- What does this pull request change? - What does this pull request change?
##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
- [ ] OpenFPGA libraries - [ ] OpenFPGA libraries
@ -23,11 +23,11 @@ about: Push a change to this project
- [ ] Architecture library - [ ] Architecture library
- [ ] Cell library - [ ] Cell library
##Checklist of the pull request ### Checklist of the pull request
- [ ] Require code changes. - [ ] Require code changes.
- [ ] Require new tests to be added - [ ] Require new tests to be added
- [ ] Require an update on documentation - [ ] Require an update on documentation
##Impact of the pull request ### Impact of the pull request
- [ ] Require a change on Quality of Results (QoR) - [ ] Require a change on Quality of Results (QoR)
- [ ] Break back-compatibility. If so, please list who may be influenced. - [ ] Break back-compatibility. If so, please list who may be influenced.