e071084ebe
govulncheck / govulncheck (push) Has been cancelled
Lint / golangci-lint (push) Has been cancelled
Run Tests / Unit Tests (push) Has been cancelled
Run Tests / Etcd Integration Tests (push) Has been cancelled
Harness (E2E) / Harnesses (mock LLM) (push) Has been cancelled
Harness (E2E) / Provider harnesses (live LLM conformance) (push) Has been cancelled
43 lines
1.4 KiB
Markdown
43 lines
1.4 KiB
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
title: '[FEATURE] '
|
|
labels: enhancement
|
|
assignees: ''
|
|
---
|
|
|
|
## Is your feature request related to a problem?
|
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
|
|
## Describe the solution you'd like
|
|
A clear and concise description of what you want to happen.
|
|
|
|
## Describe alternatives you've considered
|
|
A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
## Use case
|
|
Describe how this feature would be used in practice. What problem does it solve?
|
|
|
|
**Example:**
|
|
```go
|
|
// Show how the feature would be used
|
|
```
|
|
|
|
## Implementation ideas (optional)
|
|
If you have thoughts on how this could be implemented, share them here.
|
|
|
|
## Additional context
|
|
Add any other context, code examples, or screenshots about the feature request here.
|
|
|
|
## Checklist
|
|
- [ ] I've searched existing issues and this is not a duplicate
|
|
- [ ] I've checked the roadmap and this isn't already planned
|
|
- [ ] I've provided a clear use case
|
|
- [ ] I'd be willing to submit a PR for this feature (optional)
|
|
|
|
## Helpful Resources
|
|
- [Roadmap](https://github.com/micro/go-micro/blob/master/ROADMAP.md)
|
|
- [Contributing Guide](https://github.com/micro/go-micro/blob/master/CONTRIBUTING.md)
|
|
- [Architecture Docs](https://github.com/micro/go-micro/tree/master/internal/website/docs/architecture.md)
|
|
- [Discord Community](https://discord.gg/G8Gk5j3uXr)
|