Skip to content

Commit ca78305

Browse files
authored
Merge pull request #281 from ASUS-AICS/template-update
update template
2 parents 18349c5 + 4f7b9f3 commit ca78305

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
(Some descriptions here...)
44

55
## Test CLI & API (`bash tests/autotest.sh`)
6+
Test APIs used by main.py.
67
- [ ] Test Pass
78
- (Copy and paste the last outputted line here.)
89
- [ ] Not Applicable (i.e., the PR does not include API changes.)
910

1011
## Check API Document
12+
If any new APIs are added, please check if the description of the APIs is added to API document.
1113
- [ ] 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))
1214
- [ ] Not Applicable (i.e., the PR does not include API changes.)
1315

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

Comments
 (0)