Skip to content

Commit 9fb5db1

Browse files
eddumelendezkiview
andauthored
Add Pull Request Template (#5735)
It provides some useful information about what to take into account when submitting a PR. Co-authored-by: Kevin Wittek <[email protected]>
1 parent 1830464 commit 9fb5db1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
Thanks for contributing to Testcontainers. Please review the following notes before
3+
submitting a pull request.
4+
5+
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`.
8+
9+
Before comitting, run `./gradlew checkstyleMain checkstyleTest spotlessApply` and fix any issues that occur.
10+
11+
Describing Your Changes:
12+
13+
If, after having reviewed the notes above, you're ready to submit your pull request, please
14+
provide a brief description of the proposed changes and their context. If they fix a bug, please
15+
describe the broken behaviour and how the changes fix it. If they make an enhancement,
16+
please describe the new functionality and why you believe it's useful. If your pull
17+
request relates to any existing issues, please reference them by using the issue number
18+
prefixed with #.
19+
-->

0 commit comments

Comments
 (0)