From e20c8d578ec5242fd40acb6289f31d7372098ffb Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 8 Dec 2020 17:27:48 -0700 Subject: [PATCH] [Git] Format pull request template and add more OpenFPGA-related topics --- .../pull_request_template.md | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index a1cae4f42..9a6bb6d26 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -3,19 +3,31 @@ name: Pull request 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. - [ ] 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 does this pull request change? -**Checklist of the pull request** -- [ ] Require code changes +##Which part of the code base require a change +**In general, modification on existing submodules are not acceptable. You should push changes to upstream.** +- [ ] VPR +- [ ] OpenFPGA libraries +- [ ] FPGA-Verilog +- [ ] FPGA-Bitstream +- [ ] FPGA-SDC +- [ ] FPGA-SPICE +- [ ] Flow scripts +- [ ] Architecture library +- [ ] Cell library + +##Checklist of the pull request +- [ ] Require code changes. - [ ] Require new tests to be added - [ ] Require an update on documentation -**Impact of the pull request** +##Impact of the pull request - [ ] Require a change on Quality of Results (QoR) -- [ ] Require potential code changes for external users (break back-compatibility). If so, please list who may be influenced. +- [ ] Break back-compatibility. If so, please list who may be influenced.