Skip to content

Commit 2be81c5

Browse files
committed
Add PR template
1 parent 8f2343c commit 2be81c5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# New Awesome Ratatui PR
2+
3+
Hey there, thanks for making Ratatui Awesome!
4+
5+
Take a brief read of our recipe for [Releasing your
6+
app](https://ratatui.rs/recipes/apps/release-your-app/), which includes some tips on installation
7+
commands and making better screenshots and gifs to show off your app. The biggest thing is to have
8+
an image or gif in the PR description that shows off your app in action.
9+
10+
Please also add a link to your crate / github repo in the PR description as it makes it easier for
11+
us to click directly to it. Also consider dropping a link in the [Ratatui
12+
Discord](https://discord.gg/DkvdWRPJ), or the [Ratatui Forum](https://forum.ratatui.rs/).
13+
14+
You can use the following markdown to add a badge to your README, which will show that your app is
15+
built with Ratatui:
16+
17+
```md
18+
[![Built With Ratatui](https://ratatui.rs/built-with-ratatui/badge.svg)](https://ratatui.rs/)
19+
```

0 commit comments

Comments
 (0)