Skip to content

Commit

Permalink
add templates (#288)
Browse files Browse the repository at this point in the history
* add templates

* use input

* rm default

* wording

* rm feature req

* minor
  • Loading branch information
albho authored Dec 13, 2023
1 parent 2c5c97a commit 461b1f9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 39 deletions.
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ body:
- type: checkboxes
id: check
attributes:
label: Did you check docs and existing issues?
description: Make sure you checked all of the below before submitting an issue
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 Cheetah docs
required: true
Expand All @@ -34,7 +34,6 @@ body:
- React
- Rust
- Web
default: 0
validations:
required: true
- type: input
Expand Down Expand Up @@ -65,8 +64,6 @@ body:
- Raspberry Pi
- NVIDIA Jetson
- BeagleBone
- ARM Cortex-M
default: 0
validations:
required: true
- type: input
Expand Down
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/documentation.md

This file was deleted.

18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Documentation
description: Issues around documentation of Cheetah
title: "Cheetah 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
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 461b1f9

Please sign in to comment.