From c612d6711abb51f98aa050aa7d62b8db23a998c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E6=B8=85=E6=BA=AA?= Date: Tue, 24 May 2022 11:58:12 +0800 Subject: [PATCH] docs(README.md): add Chinese translate link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b143526..df60de2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ That’s it! This template reflects what I learned from reviewing the policies of many open source projects, not my experience as an open source maintainer. If you think something important is missing or should be different based on your experience, I'd love to hear it! (Keep in mind this is meant to be a first pass checklist, not a full-fledged guide in itself.) If you have suggestions for improving this template, open an issue on this project. # Translations -[Spanish(español)](https://github.com/valerybriz/contributing-template/blob/master/CONTRIBUTING-template.md) +[Spanish(español)](https://github.com/valerybriz/contributing-template/blob/master/CONTRIBUTING-template.md), +[Simplified Chinese (简体中文)](https://github.com/OCselected/contributing-template/blob/master/CONTRIBUTING-template-zh.md) # License & Attribution This template is available under the [Creative Commons CC0 1.0 License](https://creativecommons.org/publicdomain/zero/1.0/), meaning you are free to use it for any purpose, commercial or non-commercial, without any attribution back to me (public domain). If you use it in your project, I'd love to hear about it! (Find me here: [@nayafia](https://twitter.com/nayafia)) But you are in no way required to do so.