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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,15 @@
3
3
(Some descriptions here...)
4
4
5
5
## Test CLI & API (`bash tests/autotest.sh`)
6
+
Test APIs used by main.py.
6
7
-[ ] Test Pass
7
8
- (Copy and paste the last outputted line here.)
8
9
-[ ] Not Applicable (i.e., the PR does not include API changes.)
9
10
10
11
## Check API Document
12
+
If any new APIs are added, please check if the description of the APIs is added to API document.
11
13
-[ ] API document is updated ([linear](https://www.csie.ntu.edu.tw/~cjlin/libmultilabel/api/linear.html), [nn](https://www.csie.ntu.edu.tw/~cjlin/libmultilabel/api/nn.html))
12
14
-[ ] Not Applicable (i.e., the PR does not include API changes.)
13
15
14
-
## Test quickstart & API if modified (`bash tests/docs/test_changed_document.sh`)
15
-
If any APIs in the document are modified, please run this test after the APIs are released.
16
+
## Test quickstart & API (`bash tests/docs/test_changed_document.sh`)
17
+
If any APIs in quickstarts or tutorials are modified, please run this test to check if the current examples can run correctly after the modified APIs are released.
0 commit comments