Skip to content

Commit 731bfd5

Browse files
authored
feat: create issues templates (#9)
* feat: create issues templates * feat: create feature-request issues template
1 parent 945f12e commit 731bfd5

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help us improve
4+
title: "\U0001F41B [Bug]"
5+
labels: bug
6+
assignees: gladiuscode
7+
8+
---
9+
10+
**Workflow affected**
11+
Please provide the name of the workflow that isn't working properly.
12+
13+
**Describe the bug**
14+
Please descrive the bug you are experiencing.
15+
16+
**Screenshots**
17+
If applicable, add screenshots to help explain your problem.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new workflow that we could create
4+
title: "⚙️ [Feature]"
5+
labels: enhancement
6+
assignees: gladiuscode
7+
8+
---
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.

0 commit comments

Comments
 (0)