You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,17 @@ Each pull request should address a single issue and have a meaningful title.
5
5
- PR title must include the type (feat, fix, chore, docs, perf, refactor, style, test) of the commit per Conventional Commits specification. See https://www.conventionalcommits.org/en/v1.0.0/ for the discussion.
6
6
- Pull requests must be in English.
7
7
- If a pull request fixes an issue, reference the issue with a suitable keyword (e.g., Fixes <issue number>).
8
+
- Your branch name and the target name should be different.
8
9
- All bug fixes should be sent to the __"develop"__ branch, this is where the next bug fix version will be developed.
9
-
- PRs with any enhancement should be sent to the next minor version branch, e.g. __"4.5"__
10
+
- PRs with any enhancement should be sent to the next minor version branch, e.g. __"4.7"__
10
11
11
12
-->
12
13
**Description**
13
14
Explain what you have changed, and why.
14
15
15
16
**Checklist:**
16
17
-[ ] Securely signed commits
17
-
-[ ] Component(s) with PHPDoc blocks, only if necessary or adds value
18
+
-[ ] Component(s) with PHPDoc blocks, only if necessary or adds value (without duplication)
Copy file name to clipboardExpand all lines: contributing/pull_request.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ implementation comments to explain potentially confusing sections of
96
96
code, and documentation comments before each public or protected
97
97
class/interface/trait, method, and variable.
98
98
99
-
Do not add PHPDoc comments that are superficial, duplicated, or stating the obvious.
99
+
Do not add PHPDoc comments that are superficial, duplicated, or stating the obvious. It is not recommended to reuse comments if the parent class or interface already contains a description of the child element.
0 commit comments