From e7630fc066e36e1f74c06d87a8d592006a650a9e Mon Sep 17 00:00:00 2001 From: zhongsp Date: Thu, 5 Jul 2018 13:37:23 +0800 Subject: [PATCH] How to contribution. Fixed #189. --- CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b0f7f99 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ +# How to contribute + +First, thanks for contribution! + +## Fix typos + +Submit pull requests to fix them. + +## Fix bad translation + +Submit pull requests to fix them. + +## Add new translations + +You could select one from [Help wanted issues](https://github.com/zhongsp/TypeScript/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). +Leave a comment for translating to avoid duplicate work. + +Or, you could add any topic related to TypeScript. + +Submit pull requests. + +## Lint your markdown content + +```sh +npm install && npm test +``` + +Fix lint errors, then commit and push.