2018-02-08 15:39:58 +01:00
|
|
|
<!--
|
2017-10-08 15:01:41 +02:00
|
|
|
## Before you hit that Submit button....
|
|
|
|
|
|
|
|
Please read our [contribution guidelines](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md)
|
|
|
|
before submitting a pull-request.
|
|
|
|
|
|
|
|
## Types of changes
|
|
|
|
|
|
|
|
What types of changes does your code introduce?
|
2018-02-08 15:39:58 +01:00
|
|
|
Put an `x` in the boxes that apply
|
|
|
|
-->
|
2017-10-08 15:01:41 +02:00
|
|
|
|
|
|
|
- [ ] Bugfix (non-breaking change which fixes an issue)
|
|
|
|
- [ ] New feature (non-breaking change which adds functionality)
|
|
|
|
|
2018-02-08 15:39:58 +01:00
|
|
|
<!--
|
2017-10-08 15:01:41 +02:00
|
|
|
If you want to raise a pull-request with a new feature, or a refactoring
|
|
|
|
of existing code, it **may well get rejected** if it hasn't been discussed on
|
2018-05-17 13:17:55 +02:00
|
|
|
the [forum](https://discourse.nodered.org) or
|
2017-10-08 15:01:41 +02:00
|
|
|
[slack team](https://nodered.org/slack) first.
|
|
|
|
|
2018-02-08 15:39:58 +01:00
|
|
|
-->
|
2017-10-08 15:01:41 +02:00
|
|
|
|
|
|
|
## Proposed changes
|
|
|
|
|
2018-02-08 15:39:58 +01:00
|
|
|
<!-- Describe the nature of this change. What problem does it address? -->
|
2017-10-08 15:01:41 +02:00
|
|
|
|
|
|
|
## Checklist
|
2018-02-08 15:39:58 +01:00
|
|
|
<!-- Put an `x` in the boxes that apply -->
|
2017-10-08 15:01:41 +02:00
|
|
|
|
|
|
|
- [ ] I have read the [contribution guidelines](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md)
|
2020-02-26 00:05:59 +01:00
|
|
|
- [ ] For non-bugfix PRs, I have discussed this change on the forum/slack team.
|
2017-10-08 15:01:41 +02:00
|
|
|
- [ ] I have run `grunt` to verify the unit tests pass
|
|
|
|
- [ ] I have added suitable unit tests to cover the new/changed functionality
|