mirror of https://github.com/Lissy93/dashy.git
:octocat: Updates PR template
This commit is contained in:
parent
ba83fe0316
commit
fecfa1ede5
|
@ -1,18 +1,30 @@
|
||||||
**Please check the type of change your PR introduces**:
|
**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)**
|
||||||
- [ ] Bugfix
|
|
||||||
- [ ] Feature
|
|
||||||
- [ ] Code style update (formatting, renaming)
|
|
||||||
- [ ] Refactoring (no functional changes, no api changes)
|
|
||||||
- [ ] Build related changes
|
|
||||||
- [ ] Documentation content changes
|
|
||||||
- [ ] Other (please describe):
|
|
||||||
|
|
||||||
**Issue Number** (if applicable):
|
### Category
|
||||||
|
> Please indicate the type of change your PR introduces
|
||||||
|
|
||||||
**Briefly outline your changes**:
|
Bugfix / Feature / Code style update / Refactoring Only / Build related changes / Documentation / Other (please specify)
|
||||||
|
|
||||||
|
|
||||||
|
### Overview
|
||||||
|
> Briefly outline your new changes...
|
||||||
|
|
||||||
|
|
||||||
|
### Issue Number _(if applicable)_
|
||||||
|
#00
|
||||||
|
|
||||||
|
### New Vars _(if applicable)_
|
||||||
|
> If you've added any new build scripts, environmental variables, config file options, dependency or devDependency, please outline here
|
||||||
|
|
||||||
|
|
||||||
|
### Screenshot _(if applicable)_
|
||||||
|
> If you've introduced any significant UI changes, please include a screenshot
|
||||||
|
|
||||||
|
|
||||||
|
### Code Quality Checklist _(Please complete)_
|
||||||
|
- [ ] 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
|
||||||
|
|
||||||
**Before submitting, please ensure that**:
|
|
||||||
- [ ] Must be backwards compatible
|
|
||||||
- [ ] All lint checks and tests must pass
|
|
||||||
- [ ] If a new option in the the config file is added, it needs to be added into the schema, and documented in the configuring guide
|
|
||||||
- [ ] If a new dependency is required, it must be essential, and it must be thoroughly checked out for security or efficiency issues
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
on: push
|
|
||||||
name: packtracker.io
|
|
||||||
jobs:
|
|
||||||
report:
|
|
||||||
name: Report webpack stats
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- name: report webpack stats
|
|
||||||
uses: packtracker/report@2.2.7
|
|
||||||
env:
|
|
||||||
PT_PROJECT_TOKEN: ${{ secrets.PT_PROJECT_TOKEN }}
|
|
Loading…
Reference in New Issue