node-red-nodes/.github/PULL_REQUEST_TEMPLATE.md

35 lines
1.1 KiB
Markdown
Raw Normal View History

2018-04-19 14:19:52 +02:00
<!--
## Before you hit that Submit button....
Please read our [contribution guidelines](https://github.com/node-red/node-red-nodes/blob/master/CONTRIBUTING.md)
before submitting a pull-request.
## Types of changes
What types of changes does your code introduce?
Put an `x` in the boxes that apply
-->
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
<!--
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
2019-08-14 10:21:07 +02:00
the [forum](https://discourse.nodered.org) or
2018-04-19 14:19:52 +02:00
[slack team](https://nodered.org/slack) first.
-->
## Proposed changes
<!-- Describe the nature of this change. What problem does it address? -->
## Checklist
<!-- Put an `x` in the boxes that apply -->
- [ ] I have read the [contribution guidelines](https://github.com/node-red/node-red-nodes/blob/master/CONTRIBUTING.md)
2020-02-26 00:05:07 +01:00
- [ ] For non-bugfix PRs, I have discussed this change on the forum/slack team.
2018-04-19 14:19:52 +02:00
- [ ] I have run `grunt` to verify the unit tests pass
- [ ] I have added suitable unit tests to cover the new/changed functionality