Skip to content

Commit 23d09d0

Browse files
committed
Add github issue templates
1 parent c351c4f commit 23d09d0

File tree

3 files changed

+90
-0
lines changed

3 files changed

+90
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
name: 🐛 Bug Report
2+
description: Report a problem in VideOCR
3+
labels: [bug]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for reporting a bug in VideOCR!
10+
Please fill out the following information so we can reproduce and fix the issue.
11+
12+
- type: checkboxes
13+
id: checklist
14+
attributes:
15+
label: Checklist
16+
options:
17+
- label: I have searched existing issues to avoid duplicates
18+
required: true
19+
- label: I am using the latest version of VideOCR
20+
required: true
21+
22+
- type: textarea
23+
id: description
24+
attributes:
25+
label: Describe the bug
26+
description: A clear and concise description of the problem
27+
placeholder: e.g. "App crashes when..."
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: steps
33+
attributes:
34+
label: Steps to reproduce
35+
description: How can we reproduce the issue?
36+
placeholder: |
37+
1. Open the app
38+
2. Load video file
39+
3. See error
40+
validations:
41+
required: true
42+
43+
- type: textarea
44+
id: expected
45+
attributes:
46+
label: Expected behavior
47+
description: What should have happened instead?
48+
validations:
49+
required: true
50+
51+
- type: textarea
52+
id: logs
53+
attributes:
54+
label: Screenshots / Logs
55+
description: Add screenshots, error logs, or console output
56+
placeholder: Drag and drop screenshots or paste logs here
57+
validations:
58+
required: false
59+
60+
- type: textarea
61+
id: environment
62+
attributes:
63+
label: 🖥 Environment
64+
description: Please specify the details of your setup.
65+
placeholder: |
66+
OS: Windows 11 / Ubuntu 22.04
67+
VideOCR version: 1.3.2
68+
GPU model: NVIDIA RTX 3060 (leave blank if using CPU version)
69+
validations:
70+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 💡 Feature Request
2+
description: Suggest a new feature or improvement for VideOCR
3+
title: "[Feature request] "
4+
labels: [enhancement]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for suggesting a feature for VideOCR!
11+
Please fill out the following information.
12+
13+
- type: textarea
14+
id: feature
15+
attributes:
16+
label: Describe the feature
17+
description: What would you like to see added or changed?
18+
validations:
19+
required: true

0 commit comments

Comments
 (0)