Skip to content

Commit e519a39

Browse files
authored
Add issue templates (#514)
1 parent 7358c34 commit e519a39

3 files changed

Lines changed: 78 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)