Skip to content

Commit 5886c53

Browse files
committed
Remove the instruction to start a PR title with the PWG name
Since AliceO2Group/O2Physics#8086 a prefix with the PWG name is automatically added or checked.
1 parent 2707ca3 commit 5886c53

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/advanced-specifics/pwghf.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,5 @@ Example:
279279

280280
- Update your branch and test it before creating a PR.
281281
- Give your PR a short meaningful title.
282-
- Add the “PWGHF: ” prefix in the title of your PR. (It helps to search for PWGHF-related PRs in the commit history of the main branch.)
283-
- Note: If your PR has only one commit, add the prefix also in the commit title (because that is the title that will appear in the history after merging, unless the person merging the PR changes it by hand).
284282
- Give further useful details about your changes in the PR description.
285283
- Add links to all related PRs (e.g. O2Physics, O2, AliPhysics, Run3Analysisvalidation) in the PR description.

docs/gettingstarted/contributingtocode.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ __Give your pull request a short and meaningful title.__
6262

6363
- The title should be informative enough to give an idea of _what_ was changed and _where_.
6464
- Further details (e.g. _why_ this change is needed or related links) can be provided in the description below the title.
65-
- It is useful to put the PWG name at the beginning of the PR title to specify the scope of the changes, which makes it easier to filter PRs related to the PWG in the PR history and also in the commit history of the main branch.
6665
- Examples of too vague titles: "Test", "Fix bug", "Add new parameter", "Update cuts", "Improve code".
6766

6867
### Automatic checks

0 commit comments

Comments
 (0)