mirror of
https://github.com/logos-messaging/ideas.git
synced 2026-01-02 13:43:06 +00:00
14 lines
359 B
Markdown
14 lines
359 B
Markdown
# Contribution guide
|
|
|
|
To add a new idea into the board, simply append your idea in the end of [README.md](https://github.com/waku-org/ideas/README.md) using following idea template :
|
|
|
|
```
|
|
<details>
|
|
<summary><b>Title of your idea</b></summary>
|
|
<br>
|
|
Description of your idea in 1-2 sentences
|
|
</details>
|
|
```
|
|
|
|
Create a new PR and it will be merged after a review
|