-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update custom bubbles requirements (#495)
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -223,8 +223,14 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { | |
list that is scrollable without pagination and has the ability to contain | ||
other bubbles as list items. | ||
|
||
If you’ve built a Bubble you think should be listed here, | ||
[let us know](mailto:[email protected]). | ||
If you’ve built a Bubble you think should be listed here, please create a Pull | ||
Request. Please note that for a project to be included, it must meet the | ||
following requirements: | ||
- The README has a demo GIF. | ||
- The README clearly states the purpose of the bubble along with an example on how to use it. | ||
- The bubble must *always* be in a working state on its `main` branch. | ||
|
||
Thank you! | ||
|
||
## Feedback | ||
|
||
|