act/.github/ISSUE_TEMPLATE/issue_template.md
2021-02-08 09:15:51 -08:00

69 lines
1.1 KiB
Markdown

---
name: Issue
about: Use this template for reporting a bug/issue.
title: "Issue: "
labels: kind/bug
assignees: ''
---
<!--
- Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases)
- Search the existing issues.
- Refer to [README](https://github.com/nektos/act/blob/master/README.md).
-->
## Act version
<!-- Paste output of `act --version` -->
```none
```
## Expected behaviour
<!-- Describe how whole process should go and finish -->
## Actual behaviour
<!-- Describe what happened -->
## Workflow and/or repository
<details>
<summary>workflow</summary>
```none
name: example workflow
on: [push]
jobs:
[...]
```
</details>
## Steps to reproduce
<!--
Make sure to include command you used to run `act`
e.g.:
1. Clone example repo (https://github.com/cplee/github-actions-demo)
2. Enter cloned repo directory
3. Run `act -s SUPER_SECRET=im-a-value`
-->
## `act` output
<!-- Paste output from your terminal, use `-v` or `--verbose` for richer output -->
<details>
<summary>Log</summary>
```none
```
</details>