mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 03:57:01 +00:00
* Revamp the contribution guide * Fix link * Update CONTRIBUTING.md Co-authored-by: Ava Stancu <avastancu@github.com> * Update CONTRIBUTING.md Co-authored-by: Ava Stancu <avastancu@github.com> * add guidance on image tool requests Co-authored-by: Ava Stancu <avastancu@github.com>
22 lines
605 B
Markdown
22 lines
605 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
labels: enhancement
|
|
title: ''
|
|
assignees: ''
|
|
---
|
|
|
|
### What would you like added?
|
|
|
|
*A clear and concise description of what you want to happen.*
|
|
|
|
Note: Feature requests to integrate vendor specific cloud tools (e.g. `awscli`, `gcloud-sdk`, `azure-cli`) will likely be rejected as the Runner image aims to be vendor agnostic.
|
|
|
|
### Why is this needed?
|
|
|
|
*A clear and concise description of any alternative solutions or features you've considered.*
|
|
|
|
### Additional context
|
|
|
|
*Add any other context or screenshots about the feature request here.*
|