Files
self/.github/ISSUE_TEMPLATE/feature_request.md
Artur ba8aace38a Feat add issue templates (#1557)
* Add issue templates for bug reports and feature requests

* Remove test script from PR (not needed for issue templates)
2026-01-12 13:23:40 -08:00

30 lines
885 B
Markdown

---
name: Feature Request / Contribution
about: Suggest a new feature or propose a contribution
title: '[Feature] '
labels: enhancement
assignees: ''
---
> **💡 For Complex Features**: If your contribution targets core components or introduces complex features, please open an issue first to discuss your implementation plan before starting development. See [contribute.md](https://github.com/selfxyz/self/blob/dev/contribute.md) for guidelines.
## Description
_A clear description of what you want to build or contribute._
## Motivation
_Why is this feature useful? What problem does it solve?_
## Proposed Solution (optional)
_If you have ideas on how to implement this, describe them here._
## Workspace (optional)
_Which workspace(s) would this affect? (e.g., app, circuits, contracts, sdk/core, etc.)_
## Additional Context
_Any other context, mockups, or examples._