3e076d4dd9
Deploy Worker / deploy (push) Failing after 1s
Shellcheck / Check shell scripts (push) Failing after 1s
CI / Build Packages (amd64 - appimage) (push) Has been skipped
CI / Build Packages (amd64 - deb) (push) Has been skipped
CI / Build Packages (amd64 - rpm) (push) Has been skipped
CI / Build Packages (arm64 - appimage) (push) Has been skipped
CI / Build Packages (arm64 - deb) (push) Has been skipped
CI / Test Flags Parsing (push) Failing after 1s
BATS Tests / BATS unit tests (push) Failing after 1s
CI / Build Packages (arm64 - rpm) (push) Has been skipped
CI / Test Build Artifacts (amd64) (push) Has been skipped
CI / Test Build Artifacts (arm64) (push) Has been skipped
CI / Update APT Repository (push) Has been cancelled
CI / Mirror Official .deb to Release (push) Has been cancelled
CI / Update DNF Repository (push) Has been cancelled
CI / Update AUR Package (push) Has been cancelled
CI / Create Release (push) Has been cancelled
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
name: Feature Request
|
|
description: Request a feature or improvement.
|
|
title: "[feature]: "
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Before you file:** This repository uses an automated triage bot that
|
|
sends issue contents to Anthropic's API for classification and
|
|
investigation. Do not include credentials, tokens, personal data, or
|
|
anything you wouldn't put on a public issue tracker. See the
|
|
[Privacy section in the README](https://github.com/aaddrick/claude-desktop-debian/blob/main/README.md#privacy)
|
|
for what the bot does with your issue.
|
|
- type: textarea
|
|
id: request
|
|
attributes:
|
|
label: What would you like
|
|
description: Describe the feature or improvement.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: use-case
|
|
attributes:
|
|
label: Use case
|
|
description: Why do you need this? What problem does it solve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: workarounds
|
|
attributes:
|
|
label: Existing workarounds
|
|
description: Any existing workarounds, or hints at related surfaces / features already in the app.
|
|
validations:
|
|
required: false
|