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
  • Loading branch information
Justin-W committed Dec 20, 2021
1 parent 9f17475 commit 9b46970
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,28 @@ 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 once 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.

### Changelog
# Changelog

*
*
Expand Down

0 comments on commit 9b46970

Please sign in to comment.