|
| 1 | +<!--- Provide a general summary of your changes in the Title above --> |
| 2 | + |
| 3 | +## Description |
| 4 | +<!--- Describe your changes in detail --> |
| 5 | + |
| 6 | +## Motivation and Context |
| 7 | +<!--- Why is this change required? What problem does it solve? --> |
| 8 | +<!--- If it fixes an open issue, please link to the issue here. --> |
| 9 | +- [ ] I have raised an issue to propose this change ([required](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md)) |
| 10 | + |
| 11 | +## Which issue(s) this PR fixes |
| 12 | +<!-- (optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged): --> |
| 13 | +Fixes # |
| 14 | + |
| 15 | +## How Has This Been Tested? |
| 16 | +<!--- Please describe in detail how you tested your changes. --> |
| 17 | +<!--- Include details of your testing environment, and the tests you ran to --> |
| 18 | +<!--- see how your change affects other areas of the code, etc. --> |
| 19 | + |
| 20 | +## Types of changes |
| 21 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 22 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 23 | +- [ ] New feature (non-breaking change which adds functionality) |
| 24 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 25 | +- [ ] Version change (see: Impact to existing users) |
| 26 | + |
| 27 | +## Impact to existing users |
| 28 | + |
| 29 | +<!-- If none, state why and how you can be sure of that. --> |
| 30 | + |
| 31 | +## Checklist: |
| 32 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 33 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 34 | +- [ ] My code follows the code style of this project. |
| 35 | +- [ ] My change requires a change to the documentation. |
| 36 | +- [ ] I have updated the documentation accordingly. |
| 37 | +- [ ] I've read the [CONTRIBUTION](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md) guide |
| 38 | +- [ ] I have signed-off my commits with `git commit -s` |
| 39 | +- [ ] I have added tests to cover my changes. |
| 40 | +- [ ] All new and existing tests passed. |
0 commit comments