mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-03 06:23:06 +00:00
* Created issue templates Added bug, feature, improvement and milestone issues templates.
24 lines
628 B
Markdown
24 lines
628 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for go-waku implementation
|
|
title: 'feat:'
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Problem
|
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
|
|
### Suggested solution
|
|
A clear and concise description of what you want to happen.
|
|
|
|
### Alternatives considered
|
|
A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
### Additional context
|
|
Add any other context or screenshots about the feature request here.
|
|
|
|
### Acceptance criteria
|
|
A list of tasks that need to be done for the issue to be considered resolved.
|