---
name: Feature Request
about: Suggest a new feature for the Neo DevPack for Solidity
title: '[FEATURE] Brief description of the feature'
labels: ['enhancement', 'triage']
assignees: ''
---
## Feature Description
A clear and concise description of the feature you'd like to see.
## Problem Statement
What problem does this feature solve? Is your feature request related to a problem?
## Proposed Solution
Describe the solution you'd like to see implemented.
## Alternative Solutions
Describe any alternative solutions or features you've considered.
## Use Case
Describe how this feature would be used and who would benefit from it.
## Implementation Suggestions
If you have ideas on how this could be implemented, please describe them.
### Component Impact
Which components would be affected by this feature?
- [ ] Core Compiler (Rust)
- [ ] Runtime Library (C#)
- [ ] Developer Tooling (TypeScript)
- [ ] Devpack Framework (Solidity)
- [ ] Documentation
- [ ] CI/CD Pipeline
### Priority Level
How important is this feature to you?
- [ ] Critical - Blocks adoption
- [ ] High - Significant improvement
- [ ] Medium - Nice to have
- [ ] Low - Minor enhancement
## Example Usage
Provide an example of how this feature would be used:
```bash
# Command line usage example
neo-solc --new-feature example.sol
# Or code example
contract Example {
// New feature usage
}
```
## Additional Context
Add any other context, screenshots, or examples about the feature request here.
## Related Issues
Link to any related issues or discussions.
---
**Repository**: https://github.com/r3e-network/neo-devpack-solidity
**Author**: Jimmy <jimmy@r3e.network>