Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Simple Chinese README #506

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 22 additions & 0 deletions CONTRIBUTING.zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 贡献指南

在提出拉取请求之前,请确保完成以下事项:
* 您要添加的教程尚不存在
* 您的教程正确地放置在适当的语言/技术下
* 鼓励改进相同教程!
* 拉取请求需要有一个描述性的标题
* 如果您的教程所用的语言/技术不存在,请随时在目录中创建一个新条目
* 为每个教程制作单独的拉取请求
* 使用以下格式 `[标题](链接到教程)`
* 如果您的教程是一个多部分系列,请使用以下格式:
```
* 标题
* [第一部分](链接到第一部分)
* [第二部分](链接到第二部分)
```
* 检查拼写和语法
* 完成工作,编写良好的提交消息,并阅读 CONTRIBUTING 文件(如果有的话)
* 删除任何末尾的空格
* 链接必须直接指向教程,不得使用 URL 缩短服务。但是,如果 URL 过长(超过80个字符),可以使用 Google URL 缩短服务

感谢您的建议!如果您认为有任何可以改进的地方,请通过 <tuvtran97@gmail.com> 联系我。
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Project Based Learning

[![Gitter](https://badges.gitter.im/practical-tutorials/community.svg)](https://gitter.im/practical-tutorials/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![中文文档](https://img.shields.io/badge/文档-中文版-white.svg)](README.zh.md)

A list of programming tutorials in which aspiring software developers learn how to build an application from scratch. These tutorials are divided into different primary programming languages. Tutorials may involve multiple technologies and languages.

Expand Down