Skip to content

Commit b596ae4

Browse files
authored
Update PR template with more specific wording (#7751)
Signed-off-by: gvenzl <[email protected]>
1 parent 66225bf commit b596ae4

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@ Thanks for contributing to Testcontainers. Please review the following notes bef
33
submitting a pull request.
44
55
New Modules:
6-
Make sure to add it to `bug_report.yaml`, `enhancement.yaml` and `feature.yaml`.
7-
Also, add it to `dependabot.yml` and `labeler.yml`.
86
9-
Before committing, please run `./gradlew checkstyleMain checkstyleTest spotlessApply` and fix any issues that occur.
7+
If you are contributing a new module, please add your module name to the following files:
8+
9+
* `./.github/ISSUE_TEMPLATE/bug_report.yaml`
10+
* `./.github/ISSUE_TEMPLATE/enhancement.yaml`
11+
* `./.github/ISSUE_TEMPLATE/feature.yaml`
12+
* `./.github/dependabot.yml`
13+
* `./.github/labeler.yml`
14+
15+
Also make sure that your new module has the appropriate documentation under `./docs/modules/`
16+
17+
Before committing any change, please run `./gradlew checkstyleMain checkstyleTest spotlessApply` and fix any issues that occur.
1018
1119
Dependency Upgrades:
1220
Please do not open a pull request to update only a version dependency. Existing process will perform

0 commit comments

Comments
 (0)