Skip to content

Commit d8ee83a

Browse files
committed
Improve the PR template after discussion with Erin
1 parent ed205c8 commit d8ee83a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/pull_request_template.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Your pull request:
88
- [ ] has tests (`mvn clean test`)
99
- [ ] works in native (`mvn clean package -Pnative`)
1010
- [ ] has native tests (`mvn clean verify -Pnative`)
11-
- [ ] makes sure the documentation must not be updated
12-
- [ ] links the documentation update pull request (if needed)
11+
- [ ] makes sure the associated guide must not be updated
12+
- [ ] links the guide update pull request (if needed)
1313
- [ ] updates or creates the `README.md` file (with build and run instructions)
14-
- [ ] For new quickstart, is located in the directory _component-quickstart_
15-
- [ ] For new quickstart, is added to the root `pom.xml` and `README.md`
14+
- [ ] for new quickstart, is located in the directory _component-quickstart_
15+
- [ ] for new quickstart, is added to the root `pom.xml` and `README.md`
1616

1717

0 commit comments

Comments
 (0)