From 5c5caca8519480f48ae3c1aa7782e6a84ad76767 Mon Sep 17 00:00:00 2001 From: Winlin Date: Sat, 25 Dec 2021 18:09:53 +0800 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..d17a7da13 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +Welome to contribute to SRS! + +1. Please read [FAQ](https://github.com/ossrs/srs/issues/2716) before file new PR. +2. Fix some [issues](https://github.com/ossrs/srs/issues), then follow the [guide](https://github.com/ossrs/srs/wiki/HowToFilePR). +3. We will review your PR ASAP.