tractatus/.github/ISSUE_TEMPLATE/feature_request.yml
TheFlow 1a5578b565 feat: add GitHub community infrastructure for project maturity
Community Health Files:
- CODE_OF_CONDUCT.md: Contributor Covenant v2.1
  - Contact: conduct@agenticgovernance.digital
  - Standard enforcement guidelines

Issue Templates:
- Bug Report: Tractatus-specific (framework components, env details)
- Feature Request: Includes values impact assessment
- Documentation: Helps improve docs quality
- Config: Links to Discussions, docs, media inquiries

CI/CD:
- GitHub Actions workflow for PR/push validation
- ESLint linting (zero warnings policy)
- Jest tests on Node 18.x + 20.x
- Codecov integration for coverage tracking

Purpose: Signal project maturity to researchers and contributors

Refs: SESSION_HANDOFF_2025-10-14 Priority 2
2025-10-15 16:44:14 +13:00

75 lines
2.1 KiB
YAML

name: ✨ Feature Request
description: Suggest a new feature or enhancement for the Tractatus Framework
title: "[Feature]: "
labels: ["enhancement", "needs-triage"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a feature! Please fill out the form below.
- type: textarea
id: problem
attributes:
label: Problem Statement
description: Is your feature request related to a problem? Please describe.
placeholder: I'm frustrated when...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the solution you'd like to see
placeholder: I would like...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Describe any alternative solutions or features you've considered
- type: dropdown
id: component
attributes:
label: Component
description: Which component would this feature affect?
options:
- BoundaryEnforcer
- CrossReferenceValidator
- ContextPressureMonitor
- InstructionPersistenceClassifier
- MetacognitiveVerifier
- PluralisticDeliberationOrchestrator
- Website/Documentation
- New Component
- Other
validations:
required: true
- type: dropdown
id: values-impact
attributes:
label: Values Impact
description: Does this feature involve values decisions or governance boundaries?
options:
- "No - Technical/operational only"
- "Yes - May involve values decisions"
- "Unsure"
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use Case
description: Describe a specific use case or scenario where this feature would be helpful
- type: textarea
id: additional
attributes:
label: Additional Context
description: Add any other context, mockups, or examples