generator-bunny
Version:
Jumpstart node module, like a bunny
39 lines (32 loc) • 1.54 kB
Markdown
<!--- Provide a general summary of your changes in the Title above -->
## PR Type
<!--- What types of changes does your code introduce? -->
<!-- Put an `x` in all the boxes that apply: -->
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (whitespace, formatting, missing semicolons, etc.)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other… Please describe:
## Description
<!--- Describe your changes in detail -->
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->
## Screenshots (if appropriate):
## Does this PR introduce a breaking change?
<!-- If this PR contains a breaking change, -->
<!-- please also describe the impact and migration path for existing applications -->
- [ ] Yes
- [ ] No
## Checklist:
<!--- Put an `x` in all the boxes that apply. -->
<!--- If you‘re unsure about any of these, don‘t hesitate to ask. We‘re here to help! -->
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the [`contributing.md`](https://github.com/<%= githubUsername %>/<%= moduleName %>/blob/master/contributing.md).