Skip to content

Commit f2d12bc

Browse files
committed
Update pull request template
1 parent 323e67f commit f2d12bc

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
11
"@coderabbitai summary"
22

3-
### Unit test
4-
5-
Are your changes covered with unit tests, and do they not break anything?
6-
7-
You can run the existing unit tests using this command:
8-
9-
vendor/bin/phpunit tests/
10-
11-
12-
### Code style
13-
14-
Have you checked that your code is well-documented and follows the PSR-2 coding
15-
style?
16-
17-
You can check for this using this command:
18-
19-
vendor/bin/phpcs --standard=PSR2 src/ tests/
20-
21-
22-
### Other Information
23-
24-
If there's anything else that's important and relevant to your pull
25-
request, mention that information here. This could include benchmarks,
26-
or other information.
27-
28-
If you are updating any of the CHANGELOG files or are asked to update the
29-
CHANGELOG files by reviewers, please add the CHANGELOG entry at the top of the file.
30-
313
Thanks for contributing to phpList!

0 commit comments

Comments
 (0)