Skip to content

Commit

Permalink
issue-652: Updated the PR template, per the request of @rkoster.
Browse files Browse the repository at this point in the history
See: cloudfoundry#652 (comment)

Note: The new template content is similar to corresponding content within the Vsphere CPI's PR template.
  • Loading branch information
Justin-W committed Dec 20, 2021
1 parent 9f17475 commit 87c12f7
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,36 @@ If you are confident that you're covered under a Corporate CLA, please make sure

--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------

- [ ] Please check this box and fill the data as below once you have run the unit tests.
Code coverage should keeps at 100%.
# Checklist:

Please check each of the boxes below for which you have completed the corresponding task:

- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] All unit tests pass locally (after my changes)
- [ ] Rubocop reports zero offenses (after my changes)

Please include below the summary portions of the output from the following 2 scripts:

```
pushd src/bosh_azure_cpi
./bin/test-unit
./bin/rubocop_check
popd
```

NOTE: Please see how to setup dev environment and run unit tests in docs/development.md.
_NOTE:_ Please see how to setup dev environment and run unit tests in docs/development.md.

### Unit Test output:

> (TODO: Paste unit test script summary output here)
### Rubocop output:

> (TODO: Paste rubocop script summary output here)
### Changelog
# Changelog

*
*
Expand Down

0 comments on commit 87c12f7

Please sign in to comment.