From 776d28c66f328453b744bec37531b1c7424a2b59 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:09:12 +0800 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cfbaaae..30caa3d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,20 @@ # Pull request checklist - [ ] The PR has a proper title. Use [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages). (No more branch-name title please) -- [ ] Make sure you are requesting the right branch: `dev`. - [ ] Make sure this is ready to be merged into the relevant branch. Please don't create a PR and let it hang for a few days. -- [ ] Ensure all tests are passing. -- [ ] Ensure linting is passing. +- [ ] Ensure you can run the codes you submitted succesfully. These submissions will be prioritized for review: + + Introduce improvements in program execution speed; + + Introduce improvements in synthesis quality; + + Fix existing bugs reported by user feedback (or you met); + + Introduce more convenient user operations. # PR type -- Bug fix / new feature / chore +- Bug fix / new feature / synthesis quality improvement / program execution speed improvement # Description