29 lines
570 B
Markdown
29 lines
570 B
Markdown
---
|
|
name: Feature
|
|
about: Request a new feature or functionality.
|
|
labels: feature
|
|
---
|
|
|
|
### TL;DR
|
|
<!-- Describe the feature in 1-2 sentences below. -->
|
|
|
|
|
|
### Design
|
|
|
|
**Action YAML**
|
|
<!-- What do you envision the action to look like? -->
|
|
<!-- If this is not relevant, delete this section. -->
|
|
|
|
```yaml
|
|
# Paste your proposed GitHub Actions YAML here.
|
|
```
|
|
|
|
**Resources**
|
|
<!-- Please provide links to relevant documentation or examples. -->
|
|
|
|
- [Link to documentation](TODO)
|
|
|
|
|
|
**Additional information**
|
|
<!-- Are you running custom workers? Doing something atypical? Etc? -->
|