-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update templates #1190
Merged
Merged
update templates #1190
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
name: Bug report | ||
description: Bugs in Porcupine | ||
title: "Porcupine Issue: " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Before** reporting an issue, make sure to read the [documentation](https://picovoice.ai/docs/porcupine/) and search [existing issues](https://github.com/Picovoice/porcupine/issues). | ||
- type: checkboxes | ||
id: check | ||
attributes: | ||
label: Have you checked the docs and existing issues? | ||
description: Make sure you have checked all of the below before submitting an issue | ||
options: | ||
- label: I have read all of the relevant Picovoice Porcupine docs | ||
required: true | ||
- label: I have searched the existing issues for Porcupine | ||
required: true | ||
- type: dropdown | ||
id: sdk | ||
attributes: | ||
label: SDK | ||
options: | ||
- Android | ||
- Angular | ||
- C | ||
- .NET | ||
- Flutter | ||
- Go | ||
- iOS | ||
- Java | ||
- MCU | ||
- Node.js | ||
- Python | ||
- React Native | ||
- React | ||
- Rust | ||
- Unity | ||
- Vue | ||
- Web | ||
validations: | ||
required: true | ||
- type: input | ||
id: package | ||
attributes: | ||
label: "Porcupine package version" | ||
placeholder: "1.0.0" | ||
validations: | ||
required: true | ||
- type: input | ||
id: framework | ||
attributes: | ||
label: "Framework version" | ||
placeholder: "Python 3.7, .NET Core 3.1, etc." | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: platform | ||
attributes: | ||
label: Platform | ||
options: | ||
- Android | ||
- iOS | ||
- Web (WASM) | ||
- Linux (x86_64) | ||
- macOS (x86_64, arm64) | ||
- Windows (x86_64) | ||
- Raspberry Pi | ||
- NVIDIA Jetson | ||
- BeagleBone | ||
- ARM Cortex-M | ||
validations: | ||
required: true | ||
- type: input | ||
id: os | ||
attributes: | ||
label: "OS/Browser version" | ||
placeholder: "macOS 11.0, Android 8.0, etc." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. | ||
2. | ||
3. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected Behavior | ||
description: A concise description of what you expected to happen. | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Documentation | ||
description: Issues around documentation of Porcupine | ||
title: "Porcupine Documentation Issue: " | ||
labels: ["documentation"] | ||
body: | ||
- type: input | ||
id: url | ||
attributes: | ||
label: What is the URL of the doc? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: issue | ||
attributes: | ||
label: What is the nature of the issue? | ||
description: e.g. steps do not work, typos/grammar/spelling, out of date, etc. | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Porcupine and Picovoice need
MCU
listed under SDKs as well. Microcontroller packages are only available for those two products I believe