generated from nhcarrigan/template
3c8a46e5a6
- Add Python backend structure with FastAPI for transcription/summarization - Add React UI with audio recording, transcript, and summary views - Configure Tauri to manage Python backend lifecycle - Set up Windows cross-compilation with cargo-xwin - Add Gitea CI workflow for lint, test, and multi-platform builds - Configure ESLint, Prettier, and Vitest for code quality Note: App scaffolding only - Python env and models not yet set up
35 lines
1.4 KiB
YAML
35 lines
1.4 KiB
YAML
name: ❓ Other Issue
|
|
description: I have something that is neither a bug nor a feature request.
|
|
title: "[OTHER] - "
|
|
labels:
|
|
- "status/awaiting triage"
|
|
body:
|
|
- type: checkboxes
|
|
id: attestations
|
|
attributes:
|
|
label: Attestations
|
|
description: "By checking the boxes below, I certify that:"
|
|
options:
|
|
- label: "I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)"
|
|
validations:
|
|
required: true
|
|
- label: I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
|
|
validations:
|
|
required: true
|
|
- label: I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not).
|
|
validations:
|
|
required: true
|
|
- label: I have reviewed the [Security Policy](https://docs.nhcarrigan.com/legal/security/) and have determined that this is not a security vulnerability.
|
|
validations:
|
|
required: true
|
|
- label: This is not a feature request or bug report that I am mis-filing to avoid the issue template.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: "Share your thoughts:"
|
|
description: Why are you opening this issue?
|
|
validations:
|
|
required: true
|