Skip to content

Commit 80c5bd4

Browse files
authored
Add issue templates
1 parent 7358c34 commit 80c5bd4

3 files changed

Lines changed: 65 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
type: Bug
8+
9+
---
10+
11+
**Describe the bug**
12+
A clear and concise description of what the bug is.
13+
14+
**To Reproduce**
15+
Steps to reproduce the behavior:
16+
1. Send the bot the file or text
17+
2. See error
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Files**
23+
If applicable, attach any file highlighting your problem.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Additional context**
29+
Add any other context about the problem here.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
type: Feature
8+
9+
---
10+
11+
**Is your feature request related to a problem? Please describe.**
12+
A clear and concise description of what the problem is.
13+
14+
**Describe the solution you'd like**
15+
A clear and concise description of what you want to happen.
16+
17+
**Additional context**
18+
Add any other context or screenshots about the feature request here.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Support a new file format
3+
about: Suggest to enable the support for a new format
4+
title: Enable support for FORMAT format
5+
labels: enhancement
6+
assignees: ''
7+
type: Task
8+
9+
---
10+
11+
**Which file format do you need the bot to support?**
12+
Specify the format.
13+
14+
**Sample file**
15+
If possible, please attach a sample file.
16+
17+
**Additional context**
18+
Add any other context the feature request here.

0 commit comments

Comments
 (0)