feat: add contribution guidelines and issue templates for better community engagement

This commit is contained in:
ProtoTess
2025-11-11 03:45:30 +00:00
parent 917a6d4dc4
commit e39b0261f3
7 changed files with 673 additions and 2 deletions
@@ -0,0 +1,75 @@
name: ✨ Feature Request
description: Suggest a new feature or enhancement
title: "[FEATURE] "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thank you for suggesting a new feature! Please provide details below.
- type: textarea
id: problem
attributes:
label: Problem Statement
description: Is your feature request related to a problem? Please describe.
placeholder: I'm always frustrated when...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the solution you'd like
placeholder: I would like to see...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Describe any alternative solutions or features you've considered
placeholder: I also considered...
- type: dropdown
id: category
attributes:
label: Feature Category
description: Which area does this feature relate to?
options:
- Client - Device Service
- Client - Media Service
- Client - PTZ Service
- Client - Imaging Service
- Client - Discovery
- Server Implementation
- Documentation
- Testing/Examples
- Performance
- Other
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use Case
description: Describe your use case for this feature
placeholder: This would help with...
- type: checkboxes
id: contribution
attributes:
label: Contribution
description: Would you be willing to contribute this feature?
options:
- label: I would be willing to submit a PR for this feature
required: false
- type: textarea
id: context
attributes:
label: Additional Context
description: Add any other context, screenshots, or examples