mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
Update templates
This commit is contained in:
17
.github/PULL_REQUEST_TEMPLATE/bug-fixing.md
vendored
Normal file
17
.github/PULL_REQUEST_TEMPLATE/bug-fixing.md
vendored
Normal 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
|
||||||
29
.github/PULL_REQUEST_TEMPLATE/new-tool-adding.md
vendored
Normal file
29
.github/PULL_REQUEST_TEMPLATE/new-tool-adding.md
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user