You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,20 @@
1
1
# Pull request checklist
2
2
3
3
-[ ] 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`.
5
4
-[ ] 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.
8
14
9
15
# PR type
10
16
11
-
- Bug fix / new feature / chore
17
+
- Bug fix / new feature / synthesis quality improvement / program execution speed improvement
0 commit comments