Update templates

This commit is contained in:
Maxim Lobanov
2020-03-20 13:46:12 +03:00
parent 8d7e0391b7
commit 2123c3ae49
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
name: Bug fixing and improvements
about: Fix existing bug with images or code improvements
title: ''
labels: ''
assignees: ''
---
**Description**
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
**Check list**
- [ ] non-breaking change which fixes an issue
- [ ] breaking change / regression
- [ ] Related images are successfully generated

View File

@@ -0,0 +1,29 @@
---
name: Add new tool
about: Add a new tool or update the existing one
title: Update/Add [tool name]
labels: ''
assignees: ''
---
**Tool information**
- Tool name: <!--- Name -->
- URL for tool's homepage: <!--- URL -->
- Installation time: <!--- How much time does tool require to install tool -->
- Total size: <!--- How much disk space does tool require -->
- Related issue: <!-- Issue -->
**Virtual environments affected**
- [ ] macOS 10.15
- [ ] Ubuntu 16.04 LTS
- [ ] Ubuntu 18.04 LTS
- [ ] Windows Server 2016 R2
- [ ] Windows Server 2019
**Check list**
- [ ] Installation time is provided
- [ ] Tool size is provided
- [ ] Tests are written
- [ ] Documentation is added
- [ ] Related images are successfully generated