Skip to content

Commit 44fe1a4

Browse files
committed
Update PR checklist and README
1 parent 68c676f commit 44fe1a4

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,4 @@
55
This repo contains example projects which show how to use different (not only) Java technologies.
66
The examples are usually accompanied by a blog post on [https://reflectoring.io](https://reflectoring.io).
77

8-
See the READMEs in each subdirectory of this repo for more information on each module.
9-
10-
## Java Modules
11-
All Java modules require **Java 11** to compile and run.
12-
13-
### Building with Gradle
14-
15-
Each module should be an independent build and can be built by calling `./gradlew clean build` in the module directory.
16-
17-
All modules are listed in [build-all.sh](build-all.sh) to run in the CI pipeline.
18-
19-
### Non-Java Modules
20-
21-
Some folders contain non-Java projects. For those, refer to the README within the module folder.
8+
See the READMEs in each subdirectory of this repo for more information on each module.

pull_request_template.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Please review the changes you did in this PR and check these points to make sure
55
- [ ] the PR doesn't contain any other files that are irrelevant to the topic of the article
66
- [ ] 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)
77
- [ ] 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
911
- [ ] the [GitHub Actions build](https://github.com/thombergs/code-examples/actions?query=workflow%3ACI) is successful for your PR branch
1012

1113
**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

Comments
 (0)