Skip to content

Commit c607aa6

Browse files
committed
chore: fix issue template
1 parent 48efa67 commit c607aa6

4 files changed

Lines changed: 3 additions & 7 deletions

File tree

.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

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Feature Request
22
description: Suggest a new feature or improvement
3-
title: ""
4-
labels: enhancement
5-
assignees: ""
3+
labels: ["enhancement"]
64
body:
75
- type: textarea
86
attributes:

.github/ISSUE_TEMPLATE/help_bug.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Help Wanted or Bug Report
22
description: Describe your situation to receive help
3-
title: ""
4-
labels: ""
5-
assignees: ""
63
body:
74
- type: markdown
85
attributes:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Alternatively, if you can and/or want to integrate better with the program that
4747
3. (Optional) Configure your *Device settings*:
4848
* *Path*: by default, a grey camera will be selected (if any). If you have multiple cameras, you can change the path.
4949
* *Number of emitters*: if your camera has multiple IR emitters, specify it here.
50-
* *Emitters*: number of emitters on your camera (default: 1).
50+
* *Emitters*: number of emitters on your camera.
5151
* *Resolution height/width*: by default, the camera driver will select a resolution for you. You can change it if needed.
5252
* *FPS*: by default, the camera driver will select a frame rate for you. You can change it if needed.
5353
4. (Optional) Configure the *Search settings*:

0 commit comments

Comments
 (0)