mirror of
https://github.com/getcompanion-ai/computer-host.git
synced 2026-04-15 06:04:38 +00:00
chore: add go.mod, issue templates, and contributing guide
This commit is contained in:
parent
b5c97aef07
commit
7839befad8
7 changed files with 71 additions and 0 deletions
18
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Feature Request
|
||||
description: Suggest an improvement or new feature
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: What would you like?
|
||||
description: Describe the feature or improvement.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: context
|
||||
attributes:
|
||||
label: Context
|
||||
description: Why is this useful? What problem does it solve?
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue