Update issue templates

This commit is contained in:
Yuya Ochiai
2018-05-18 22:00:54 +09:00
parent fcb1ba98b1
commit 6ecf42a366

View File

@@ -0,0 +1,31 @@
---
name: Upgrade dependencies
about: A checklist to upgrade dependencies after cutting release
---
### package.json
#### Electron
- [ ] Electron and Spectron
- [ ] electron-builder
#### Build tools
- [ ] Babel
- [ ] Webpack
#### Test tools
- [ ] ESLint
- [ ] Other test tools
#### Others
- [ ] Other devDependencies
### src/package.json
#### React
- [ ] React
- [ ] React-Bootstrap
#### Others
- [ ] Other dependencies