File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,18 @@ Thanks for contributing to Testcontainers. Please review the following notes bef
33submitting a pull request.
44
55New 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
1119Dependency Upgrades:
1220Please do not open a pull request to update only a version dependency. Existing process will perform
You can’t perform that action at this time.
0 commit comments