From 3480fd932fe38b04b4ebc7cf06ce423c9650b56a Mon Sep 17 00:00:00 2001 From: you-n-g Date: Sat, 18 Dec 2021 12:29:36 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 169e5372c..0642b7965 100644 --- a/README.md +++ b/README.md @@ -403,9 +403,11 @@ Join IM discussion groups: This project welcomes contributions and suggestions. **Here are some -[code standards](docs/developer/code_standard.rst) when you submit a pull request.** +[code standards](docs/developer/code_standard.rst) for submiting a pull request.** -If you want to contribute to Qlib's document, you can follow the steps in the figure below. +Making contributions is not a hard thing. Solving an issue(maybe just answering a question raised in [issues list](https://github.com/microsoft/qlib/issues) or [gitter](https://gitter.im/Microsoft/qlib)), fixing/issuing a bug, improving the documents and even fixing a typo are important contributions to Qlib. + +For example, if you want to contribute to Qlib's document/code, you can follow the steps in the figure below.