Skip to content

Commit 714b733

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md (GoogleCloudPlatform#2697)
* Move Tests Pass to last, add a comment * change Fixes line Fixes #<issue_number_goes_here> > It's a good idea to open an issue first for discussion. - [ ] Tests pass (`mvn -P lint clean verify`)? - [ ] `pom.xml` parent set to latest `shared-configuration` - [ ] Appropriate changes to README are included in PR - [ ] API's need to be enabled to test (tell us) - [ ] Environment Variables need to be set (ask us to set them)
1 parent 8fbb672 commit 714b733

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
Fixes #<issue_number_goes_here>
1+
Fixes #issue
22

33
> It's a good idea to open an issue first for discussion.
44
5-
- [ ] Tests pass (`mvn -P lint clean verify`)?
65
- [ ] `pom.xml` parent set to latest `shared-configuration`
76
- [ ] Appropriate changes to README are included in PR
87
- [ ] API's need to be enabled to test (tell us)
98
- [ ] Environment Variables need to be set (ask us to set them)
9+
- [ ] Tests pass (`mvn -P lint clean verify`)
10+
* (Note- `Checkstyle` passing is required; `Spotbugs`, `ErrorProne`, `PMD`, etc. `ERROR`'s are advisory only)

0 commit comments

Comments
 (0)