mirror of
https://github.com/actions/stale.git
synced 2025-12-16 00:16:47 +00:00
In scope of this commit issues and PR temlates were updated, some workflows were renamed and partly updated, some workflows such as release-new-action-version.yml and licensed.yml were added. The stale.yml workflow was deleted as it was considered as harmful and inconvenient.
19 lines
572 B
Markdown
19 lines
572 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
title: ''
|
|
labels: feature request, needs triage
|
|
assignees: ''
|
|
---
|
|
|
|
<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 --->
|
|
<!--- Before opening up a new bug report, please make sure to check for similar existing issues -->
|
|
|
|
**Description:**
|
|
Describe your proposal.
|
|
|
|
**Justification:**
|
|
Justification or a use case for your proposal.
|
|
|
|
**Are you willing to submit a PR?**
|
|
<!--- We accept contributions! --> |