Skip to content

Commit b6f3253

Browse files
committed
doc: update pull request template
1 parent 8232e98 commit b6f3253

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.github/pull-request-template.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
1-
## PR Info
1+
## Pull request
2+
23
#### Issue tracker
34
Fixes will automatically close the related issue
45

56
Fixes #
67

7-
#### Manual test
8-
- [ ] Done
8+
#### Feature
9+
Describe feature of pull request
910

10-
#### Build tasks success
11-
Successfully running following tasks on local
11+
#### Code of conduct
1212
- [ ] [CONTRIBUTING](CONTRIBUTING.md)
1313

14-
The tasks should be checked in every commit
14+
#### Gradle task
15+
Tasks passed on every commit
1516
- [ ] `./gradlew spotlessCheck`
1617
- [ ] `./gradlew assembleDebug`
1718

18-
#### Code Reviews
19+
#### Manual test
20+
- [ ] Done
21+
22+
#### Code Review
1923
1. No wildcards import
2024
2. Manual build and test pass
2125
3. GitHub action ci pass
2226
4. At least one contributor reviews and votes
2327
5. Can be merged clean without conflicts
2428
6. PR will be merged by rebase upstream base
2529

26-
#### Daily build for review
27-
Fetch artifact after login
30+
#### Daily build
31+
Login to fetch artifact
2832

2933
https://github.com/osfans/trime/actions
3034

3135
#### Additional Info
32-

0 commit comments

Comments
 (0)