- Add adaptive app icon with AI chip + signal wave vector design - Add Apache 2.0 LICENSE file - Rewrite README with badges, full API docs, Python examples, device compatibility table, dependency licenses, and ToS disclaimer - Extract all hardcoded layout strings to strings.xml - Add roundIcon support in AndroidManifest - Add GitHub community files: issue templates, PR template, CONTRIBUTING.md, SECURITY.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
418 B
YAML
17 lines
418 B
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the feature
|
|
description: What would you like to see added or changed?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: use-case
|
|
attributes:
|
|
label: Use case
|
|
description: How would you use this feature?
|