mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
a8a9cc28b1
- Add CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md - Add .gitattributes for line ending normalization - Add GitHub issue templates (bug report, feature request) - Add pull request template - Add publish.yml workflow for PSGallery publication on tag push Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
38 lines
1013 B
YAML
38 lines
1013 B
YAML
name: Feature Request
|
|
description: Suggest a new feature or enhancement
|
|
labels: [enhancement]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for suggesting an improvement! Please describe what you'd like.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: What feature or improvement would you like?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: use-case
|
|
attributes:
|
|
label: Use Case
|
|
description: How would you use this feature? What problem does it solve?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: api-endpoints
|
|
attributes:
|
|
label: PVE API Endpoints
|
|
description: If this involves specific PVE API endpoints, list them here
|
|
placeholder: "GET /nodes/{node}/qemu/{vmid}/firewall/rules"
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Have you considered any workarounds or alternative approaches?
|