Skip to content

Commit 1cd580e

Browse files
committed
Adding PR template
1 parent abc6444 commit 1cd580e

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Standard Code Review
2+
about: Use this template for all new feature, bug fix, and maintenance pull requests.
3+
title: "[TYPE-ISSUE_ID] Description of Change"
4+
labels: ready-for-review
5+
assignees:
6+
7+
## Linked Issue(s)
8+
9+
Please include the issue number that this PR addresses. This helps track the completion of the original task.
10+
11+
Fixes #ISSUE_ID (e.g., Fixes #42, Resolves #101)
12+
13+
## Summary of Changes
14+
15+
Provide a brief, high-level summary of what was changed and the reasoning behind it.
16+
17+
## Testing
18+
19+
Describe how you tested your changes.
20+
21+
## Breaking Changes / Migration Notes
22+
23+
(If applicable, describe any backward-incompatible changes and provide instructions for upgrading.)
24+
25+
- [ ] This change introduces breaking changes.
26+
- [ ] No breaking changes.

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
},
5656
"extra": {
5757
"hooks": {
58+
"config": {
59+
"stop-on-failure": ["pre-push"]
60+
},
5861
"pre-commit": [
5962
"vendor/bin/phpcs --filter=GitStaged"
6063
],

0 commit comments

Comments
 (0)