seshat-tts
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
name: Bug report
|
||||
description: Report a reproducible Seshat TTS problem
|
||||
title: "[Bug]: "
|
||||
labels: ["bug", "needs-triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: summary
|
||||
attributes:
|
||||
label: Summary
|
||||
description: What happened?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: List the exact steps.
|
||||
placeholder: |
|
||||
1. Open app
|
||||
2. Select window
|
||||
3. Press hotkey
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: actual
|
||||
attributes:
|
||||
label: Actual behavior
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: App version or commit
|
||||
- type: input
|
||||
id: windows
|
||||
attributes:
|
||||
label: Windows version
|
||||
- type: dropdown
|
||||
id: capture-mode
|
||||
attributes:
|
||||
label: Capture mode
|
||||
options:
|
||||
- monitor
|
||||
- window
|
||||
- unknown
|
||||
- type: dropdown
|
||||
id: voice-mode
|
||||
attributes:
|
||||
label: Voice mode
|
||||
options:
|
||||
- default
|
||||
- custom-wav
|
||||
- unknown
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Error text or logs
|
||||
description: Remove secrets before pasting.
|
||||
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Support
|
||||
url: mailto:support@scriptriva.com
|
||||
about: Contact Scriptriva Inc. for support inquiries.
|
||||
- name: Security vulnerability
|
||||
url: mailto:support@scriptriva.com
|
||||
about: Please report security issues privately.
|
||||
@@ -0,0 +1,28 @@
|
||||
name: Feature request
|
||||
description: Suggest a focused improvement
|
||||
title: "[Feature]: "
|
||||
labels: ["enhancement", "needs-triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: Problem
|
||||
description: What user problem does this solve?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: proposal
|
||||
attributes:
|
||||
label: Proposed solution
|
||||
description: What should change?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: Alternatives considered
|
||||
- type: textarea
|
||||
id: scope
|
||||
attributes:
|
||||
label: Scope and risks
|
||||
description: What files or behavior might be affected?
|
||||
Reference in New Issue
Block a user