Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 44ef2bd

Browse files
committed
ci: add PR template
1 parent bd988f0 commit 44ef2bd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Description
2+
3+
The summary of the proposed changes as long as the relevant motivation and context.
4+
5+
## Issues
6+
7+
Fixes #(github issue). If there is no such issue, please mark it as `n/a`.
8+
9+
## Type of change
10+
11+
List the type of change like below. Please delete options that are not relevant.
12+
13+
- [ ] Bug fix (non-breaking change which fixes an issue)
14+
- [ ] New feature (non-breaking change which adds new functionality)
15+
- [ ] Breaking change (fix or feature that would break existing design and interface)
16+
- [ ] Others (enhancement, documentation, validation, etc.)
17+
18+
## Tests
19+
20+
Describe the tests that you ran to verify your changes.

0 commit comments

Comments
 (0)