Skip to content

Commit 776d28c

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent 2ac522f commit 776d28c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# Pull request checklist
22

33
- [ ] The PR has a proper title. Use [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages). (No more branch-name title please)
4-
- [ ] Make sure you are requesting the right branch: `dev`.
54
- [ ] 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.
6-
- [ ] Ensure all tests are passing.
7-
- [ ] Ensure linting is passing.
5+
- [ ] Ensure you can run the codes you submitted succesfully. These submissions will be prioritized for review:
6+
7+
Introduce improvements in program execution speed;
8+
9+
Introduce improvements in synthesis quality;
10+
11+
Fix existing bugs reported by user feedback (or you met);
12+
13+
Introduce more convenient user operations.
814

915
# PR type
1016

11-
- Bug fix / new feature / chore
17+
- Bug fix / new feature / synthesis quality improvement / program execution speed improvement
1218

1319
# Description
1420

0 commit comments

Comments
 (0)