Skip to content

Commit e62d32e

Browse files
authored
Update issue templates
1 parent 5aed021 commit e62d32e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Bug Description**
11+
A clear and concise description of what the bug is.
12+
13+
**My Action Config**
14+
```yaml
15+
on:
16+
push:
17+
# !!!!!!! TODO Fill Out !!!!!!!
18+
```
19+
20+
**My Action Log**
21+
```
22+
# Paste Log here
23+
```

0 commit comments

Comments
 (0)