dashy/.github/pull_request_template.md

25 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2021-06-28 21:57:36 +00:00
*Thank you for contributing to Dashy! So that your PR can be handled effectively, please populate the following fields (delete sections that are not applicable)*
2021-06-23 14:56:22 +00:00
2021-06-28 21:57:36 +00:00
**Category**:
> One of: Bugfix / Feature / Code style update / Refactoring Only / Build related changes / Documentation / Other (please specify)
2021-06-23 14:56:22 +00:00
2021-06-28 21:57:36 +00:00
**Overview**
2021-06-23 14:56:22 +00:00
> Briefly outline your new changes...
2021-06-28 21:57:36 +00:00
**Issue Number** _(if applicable)_ #00
2021-06-23 14:56:22 +00:00
2021-06-28 21:57:36 +00:00
**New Vars** _(if applicable)_
2021-06-23 14:56:22 +00:00
> If you've added any new build scripts, environmental variables, config file options, dependency or devDependency, please outline here
2021-06-28 21:57:36 +00:00
**Screenshot** _(if applicable)_
2021-06-23 14:56:22 +00:00
> If you've introduced any significant UI changes, please include a screenshot
2021-06-28 21:57:36 +00:00
**Code Quality Checklist** _(Please complete)_
2021-06-23 14:56:22 +00:00
- [ ] All changes are backwards compatible
- [ ] All lint checks and tests are passing
- [ ] There are no (new) build warnings or errors
- [ ] _(If a new config option is added)_ Attribute is outlined in the schema and documented
- [ ] _(If a new dependency is added)_ Package is essential, and has been checked out for security or performance
- [ ] Bumps version, if new feature added
2021-06-23 14:56:22 +00:00