From 10e044ebe0ab08a7b19272ef28b437d79620428b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=B2=E5=A6=B9=E5=A6=B9=E4=B8=8D=E5=A6=82=E5=B9=B2?= =?UTF-8?q?=E5=A6=B9=E5=A6=B9?= <38274826+infnan@users.noreply.github.com> Date: Mon, 14 Oct 2019 11:52:30 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E9=A5=B0=E4=B8=80=E4=B8=8BREADME?= =?UTF-8?q?=5FDETAIL.md=E7=9A=84=E8=8B=B1=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_DETAIL.md | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/README_DETAIL.md b/README_DETAIL.md index e092458..62c7335 100644 --- a/README_DETAIL.md +++ b/README_DETAIL.md @@ -1,25 +1,30 @@ -WHY???? +WHY??? -------------- -Simply put: We want to encourage more people to learn and understand, to know the ideology of github. -Of course, them are quasi-programmer and non-programmer but who need multi-person collaborative production project. -So that caused the pointer of this project: ***Let them practice using github without contribution of code***. +In short: We're encouraging more people to learn and understand the ideology of GitHub. + +There are quasi-programmers and non-programmers who need to participate in collaborative projects. +Our goal is ***letting them practice using GitHub without contribution of code*** so it's excatly suitable to practice in this project. Will this project take up a lot of GitHub resources? --------------- -No. -Github has its limit: the size of repo cannot exceed 1024MB. -The contributor are asked to compress pictures. If the picture is not up to standard, -or the size of the picture is larger than 1MB, the pull request will be closed. This is also a github-workflow training for them. -In future, We might regularly delete past documents (and their record) to ensure the size of the repo. +No. + +There are limitations on GitHub: The max size of a repo is 1024MB. + +In our workflow, the contributors are asked to compress their photos. If any photo is larger than 1MB, or photos doesn't meet our standard, the pull request will be closed. It's also considered to be a training course of GitHub workflow for them. + +In the future, we might clean orphaned objects regularly to keep the availability of the repo. Is this project really helpful? --------------- -I think, yes. -This project can (and already) aroused a lot of interest to use github and teached a lot of people -"the ideology and the workflow of github and how to simply use github" in an easy-to-understand way. -This project also develop their team cooperation ability: join the discussion and solve problem such as -how to ctrl the size of repo, maintenance the repo, and so on. +Yes, we think. -How to join you? +This project has already raised attention about using github and teached lots of people +"the ideology and the workflow of GitHub" and "how to use GitHub simply" in an easy-to-understand way. + +This project has also developed users' team cooperation ability: Join the discussion and solve problems such as +forking, merging branches, controlling the size of repos, maintaining repos, and so on. + +How to join us? --------------- -Please read [README.md.](README.md) +Please refer to [README.md](README.md). From 84c946d2a814149d1ca4bd30a0dbc4537d1a041b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=B2=E5=A6=B9=E5=A6=B9=E4=B8=8D=E5=A6=82=E5=B9=B2?= =?UTF-8?q?=E5=A6=B9=E5=A6=B9?= <38274826+infnan@users.noreply.github.com> Date: Mon, 14 Oct 2019 13:40:21 +0800 Subject: [PATCH 2/3] Update README_DETAIL.md --- README_DETAIL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_DETAIL.md b/README_DETAIL.md index 62c7335..ea3bcc6 100644 --- a/README_DETAIL.md +++ b/README_DETAIL.md @@ -11,7 +11,7 @@ No. There are limitations on GitHub: The max size of a repo is 1024MB. -In our workflow, the contributors are asked to compress their photos. If any photo is larger than 1MB, or photos doesn't meet our standard, the pull request will be closed. It's also considered to be a training course of GitHub workflow for them. +Contributors are required to compress their photos before making pull requests. Photos which are larger than 1MB per file or don't meet our standard will be rejected. It's also considered to be a training course of GitHub workflow for them. In the future, we might clean orphaned objects regularly to keep the availability of the repo. @@ -19,7 +19,7 @@ Is this project really helpful? --------------- Yes, we think. -This project has already raised attention about using github and teached lots of people +This project has already gained attention about GitHub and teached lots of people "the ideology and the workflow of GitHub" and "how to use GitHub simply" in an easy-to-understand way. This project has also developed users' team cooperation ability: Join the discussion and solve problems such as From 87f1a880d8d0ab3df3acab53a2c8e082d09f6b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=B2=E5=A6=B9=E5=A6=B9=E4=B8=8D=E5=A6=82=E5=B9=B2?= =?UTF-8?q?=E5=A6=B9=E5=A6=B9?= <38274826+infnan@users.noreply.github.com> Date: Mon, 14 Oct 2019 13:46:40 +0800 Subject: [PATCH 3/3] Update README_DETAIL.md --- README_DETAIL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README_DETAIL.md b/README_DETAIL.md index ea3bcc6..9e799bf 100644 --- a/README_DETAIL.md +++ b/README_DETAIL.md @@ -1,9 +1,8 @@ WHY??? -------------- -In short: We're encouraging more people to learn and understand the ideology of GitHub. +In short: We're encouraging more people to learn and understand the ideology of GitHub without coding. -There are quasi-programmers and non-programmers who need to participate in collaborative projects. -Our goal is ***letting them practice using GitHub without contribution of code*** so it's excatly suitable to practice in this project. +There are quasi-programmers and non-programmers who need to participate in collaborative projects. So it's excatly suitable to practice in this project because no coding skills are required here. Will this project take up a lot of GitHub resources? ---------------