Skip to content

Commit 5596ffa

Browse files
authored
Revise PR template for clarity on title and comments
Updated PR template to clarify title format and comment summary requirements.
1 parent cbd9969 commit 5596ffa

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ Make sure everything is checked before merging this PR. For further info please
2020
our [DoD](https://github.com/devonfw/IDEasy/blob/main/documentation/contributing/DoD.adoc).
2121

2222
- [ ] When running `mvn clean test` locally all tests pass and build is successful
23-
- [ ] PR title is of the form `#«issue-id»: «brief summary»` (e.g. `#921: fixed setup.bat`). If no issue ID exists, title only.
24-
- [ ] PR top-level comment summarizes what has been done and contains link to addressed issue(s)
23+
- [ ] PR title is of the form `#«issue-id»: «brief summary»` (e.g. `#921: fixed setup.bat` and not `feature/921 fixed setup.bat`). If no issue ID exists, title only.
24+
- [ ] PR top-level comment summaries what has been done and contains link to addressed issue(s)
2525
- [ ] PR and issue(s) have suitable labels
2626
- [ ] Issue is set to `In Progress` and assigned to you *or* there is no issue (might happen for very small PRs)
2727
- [ ] You followed all [coding conventions](https://github.com/devonfw/IDEasy/blob/main/documentation/coding-conventions.adoc)
28-
- [ ] You have added the issue implemented by your PR in [CHANGELOG.adoc](https://github.com/devonfw/IDEasy/blob/main/CHANGELOG.adoc) unless issue is labeled
28+
- [ ] You have added the issue implemented by your PR in [CHANGELOG.adoc](https://github.com/devonfw/IDEasy/blob/main/CHANGELOG.adoc) unless issue is labelled
2929
with `internal`
30+
- [ ] You have not changed any dependency in `pom.xml` files or otherwise if runtime dependencies changed, you have updated our [LICENSE.asciidoc](https://github.com/devonfw/IDEasy/blob/main/documentation/LICENSE.adoc)
3031
- [ ] You have formulated clear instructions on how to test your contribution under "Testing instructions"
3132

3233
### Checklist for tool commandlets

0 commit comments

Comments
 (0)