Skip to content

Commit f16a404

Browse files
committed
initial files
1 parent b9b74b9 commit f16a404

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed
+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: Bug report
2+
description: Bugs in Picovoice Console
3+
title: "Console Issue: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Before** reporting an issue, make sure to search [existing issues](https://github.com/Picovoice/console/issues).
10+
- type: checkboxes
11+
id: check
12+
attributes:
13+
label: Have you checked the docs and existing issues?
14+
description: Make sure you have checked all of the below before submitting an issue
15+
options:
16+
- label: I have searched the existing issues for Picovoice Console
17+
required: true
18+
- type: input
19+
id: Browser
20+
attributes:
21+
label: "Browser version"
22+
placeholder: "Chrome 134, etc."
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: description
27+
attributes:
28+
label: Describe the bug
29+
description: A clear and concise description of what the bug is.
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: reproduction
34+
attributes:
35+
label: Steps To Reproduce
36+
description: Steps to reproduce the behavior.
37+
placeholder: |
38+
1.
39+
2.
40+
3.
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: expectation
45+
attributes:
46+
label: Expected Behavior
47+
description: A concise description of what you expected to happen.
48+
validations:
49+
required: true

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# console
2-
Picovoice Console Docs and Issues
1+
# Picovoice Console
2+
3+
Report technical issues related to [Picovoice Console](https://console.picovoice.ai/).

0 commit comments

Comments
 (0)