Skip to content

Commit

Permalink
add warning regarding cold PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Jan 12, 2025
1 parent ba70958 commit f423190
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ time broot -c "c/memmap;:pt" ~/code

**Broot** is written in [Rust](https://www.rust-lang.org/). The current focus is linux+mac but I try to support Windows too (use a modern terminal like the [new MS one](https://github.com/microsoft/terminal)).

If you think you might help, as a tester or coder, you're welcome, but please read [Contributing to my FOSS projects](https://dystroy.org/blog/contributing/) before starting a PR.
If you think you might help, as a tester or coder, you're welcome, but please read [Contributing to my FOSS projects](https://dystroy.org/blog/contributing/).

**Don't open a PR without discussing the design before**, either in the chat or in an issue, unless you're just fixing a typo. Coding is the easy part. Determining the exact requirement and how we want it to be done is the hard part. This is especially important if you plan to add a dependency or to change the visible parts, eg the launch arguments.

# This documentation...

Expand Down

0 comments on commit f423190

Please sign in to comment.