Create pull request template

for coding and code translation
This commit is contained in:
Yudong Jin 2022-12-19 14:16:29 +08:00
parent 0fbbdc117b
commit bbbed5b14b

7
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,7 @@
> Tip: If this PR is not related to the coding or code translation, please ignore the checklist.
### Checklist
- [] I've tested the code and ensured the outputs are the same as the outputs of reference codes.
- [] I've checked the codes (formatting, comments, indentation, file header, etc) carefully.
- [] The code is not relied on a particular environment or IDE and can be runned on a common system (Win, MacOS, Ubuntu).