Skip to content

Commit 4387feb

Browse files
authored
chore: add bug issue template
1 parent cfa65e1 commit 4387feb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Report an issue with the action
4+
title: ''
5+
labels: 'status: pending'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is. If a particular error is shown
12+
13+
**Workflow used**
14+
Provide a snippet of the workflow and/or a link to it (use the commit sha as the ref when you link it, so that it's not influenced by other changes). If you only share a section of the workflow, make sure it includes the step that uses the action!
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Logs**
20+
Either provide a link to the action run or (if your repo is private) paste here the logs from the step that uses it. If you paste the logs, please use this template, and remember to paste the logs from all the different sections.
21+
<details>
22+
<summary>Logs</summary>
23+
<pre><code>Your logs here.</code></pre>
24+
</details>

0 commit comments

Comments
 (0)