mirror of
https://github.com/actions/stale.git
synced 2025-12-29 20:37:30 +08: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.
35 lines
860 B
Markdown
35 lines
860 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a bug report
|
|
title: ''
|
|
labels: bug, 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:**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Action version:**
|
|
Specify the task version
|
|
|
|
**Platform:**
|
|
- [ ] Ubuntu
|
|
- [ ] macOS
|
|
- [ ] Windows
|
|
|
|
**Runner type:**
|
|
- [ ] Hosted
|
|
- [ ] Self-hosted
|
|
|
|
**Repro steps:**
|
|
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
|
|
|
|
**Expected behavior:**
|
|
A description of what you expected to happen.
|
|
|
|
**Actual behavior:**
|
|
A description of what is actually happening. |