-
-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Summary
A clear and concise description of the feature you'd like to see added.
Problem Statement
Describe the problem this feature would solve. Is your feature request related to a problem? Please describe.
Example: "I'm always frustrated when [...]"
Proposed Solution
Describe the solution you'd like. A clear and concise description of what you want to happen.
API Design (if applicable)
If this involves API changes, provide examples of how the new feature would be used:
// Example of how the new feature would work
const config = configure()
.withNewFeature({
// configuration options
})
.build();
// or
await wallet.handleAction('newAction', {
// action parameters
});Alternatives Considered
Describe any alternative solutions or features you've considered.
Use Cases
Describe specific use cases for this feature:
- Use Case 1: Description of scenario
- Use Case 2: Description of another scenario
Implementation Considerations
Wallet Compatibility
- MetaMask support needed
- Coinbase Wallet support needed
- Phantom Wallet support needed
- Cross-wallet compatibility required
Technical Considerations
- Breaking change required
- Backward compatibility can be maintained
- Documentation updates needed
- Example code needed
Additional Context
Add any other context, screenshots, links, or examples about the feature request here.
Related Issues
- Related to #(issue number)
- Depends on #(issue number)
Priority
How important is this feature to you?
- Nice to have
- Important for my use case
- Critical for my project
Implementation Willingness
- I would like to implement this feature myself
- I can help with implementation
- I need the maintainers to implement this
- I can provide testing and feedback
Copilot
Sub-issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request