ktx/.github/ISSUE_TEMPLATE/bug_report.yml
Andrey Avtomonov a0d3ddbbc2 chore: standardize daemon naming on "KTX daemon"
Replace inconsistent names ("KTX Python daemon", "KTX local embeddings
daemon", "KTX managed daemon", "Python daemon") with the single name
"KTX daemon" in CLI output, errors, command descriptions, test
assertions, smoke scripts, docs, AGENTS.md, issue templates, and
codecov flags. The daemon is a portable compute server with endpoints
for SQL analysis, semantic layer, LookML, database introspection, and
embeddings; the previous labels misrepresented it as embeddings-only or
exposed implementation details ("Python", "managed").

The "KTX Python runtime" concept (installed interpreter + packages) is
deliberately left as-is — it is a separate concept from the daemon
process.
2026-05-20 11:10:27 +02:00

56 lines
1.5 KiB
YAML

name: Bug report
description: Report something that isn't working
title: "[bug] "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
For questions or general discussion, use the
[KTX Slack](https://join.slack.com/t/ktxcommunity/shared_invite/zt-3y9b44m1x-LVyNNJD5nwaZHq4XS29LMQ).
- type: textarea
id: bug
attributes:
label: What's the bug?
description: What happened, and what did you expect?
placeholder: When I run `ktx ingest --all`, the Postgres connector fails with X. I expected Y.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: How can we reproduce it?
description: Commands or steps. A minimal example helps.
render: shell
validations:
required: true
- type: input
id: version
attributes:
label: KTX version
placeholder: "0.x.x"
validations:
required: true
- type: dropdown
id: area
attributes:
label: Which area?
options:
- CLI / setup
- Connector (Postgres)
- Connector (Snowflake)
- Connector (BigQuery)
- Connector (MySQL)
- Connector (SQL Server)
- Connector (SQLite)
- Python semantic layer
- KTX daemon
- Docs
- Other
validations:
required: true
- type: textarea
id: extra
attributes:
label: Anything else?
description: OS, Node/Python versions, logs, screenshots. Redact secrets.