You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pull_request_template.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ Please review the changes you did in this PR and check these points to make sure
5
5
-[ ] the PR doesn't contain any other files that are irrelevant to the topic of the article
6
6
-[ ] the PR contains a README.md file that explains in a sentence or two what the code example is about and links to the article on reflectoring.io (if you added to an existing module, please add the link to the existing README.md file)
7
7
-[ ] the code is covered with tests where it makes sense
8
-
-[ ] if you have created a new Maven or Gradle module, please add it to the CI build (search for "# ADD NEW MODULES HERE" in `build-all.sh`)
8
+
-[ ] if you have created a new Maven or Gradle module, please add it to the CI build (search for "# ADD NEW MODULES HERE" in `build-all.sh`)
9
+
-[ ] used the latest Gradle or Maven version
10
+
-[ ] used Java 11 or later
9
11
-[ ] the [GitHub Actions build](https://github.com/thombergs/code-examples/actions?query=workflow%3ACI) is successful for your PR branch
10
12
11
13
**Feel free to raise the PR even if the checklist hasn't been worked through, yet**. But please only flag it to be reviewed after going through the checklist above.
0 commit comments