mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
* Add issue templates for bug reports and feature requests * Remove test script from PR (not needed for issue templates)
30 lines
885 B
Markdown
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._
|