From edcd61fbdc3ed791e0ccd15340e019dfc5f5ffec Mon Sep 17 00:00:00 2001 From: fengshenyuan Date: Tue, 2 Apr 2019 00:14:00 +0800 Subject: [PATCH 1/2] add_proposal_part_in_readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf78d89..97bc8ec 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,15 @@ What can I do? - Update this [list](blacklist/blacklist.md) with evidence to help every worker. - Add this [badge](externals/instruction.md) to your project to support 996.ICU. -- License your awesome projects with the [996ICU License](LICENSE). +- License your awesome projects with the [996ICU License](LICENSE). +- Add proposals to give advise and suggestion about the development of 996.ICU. ***** - 更新这个[名单](blacklist/blacklist.md)(附带证据),来帮助每一位工作者。 - 把这个[徽章](externals/instruction.md)加入你的项目来支持996.ICU - 为您的项目添加[反 996 许可证](LICENSE_CN)。 +- 给社区与项目发展提出新的议案。 Principles and purposes --- @@ -60,6 +62,19 @@ Principles and purposes * 目前反 996 许可证还处于起草阶段,希望有相关经验的专业人士能给予帮助。 +Proposal +--- +A proposal is a document accepted by 996.ICU. +Typically, a proposal should give a solution or suggestion about the development of the project and community. +For more details, you can read the [proposal template](proposal/proposal_template.md) document. + +To help the development of 996.ICU, you can do serval things base on proposals. + +- Read the accepted proposals and try to improve them. +- Take actions according to the accepted proposals. +- Give your own proposals with a PR following the proposal format. + + Expand influence --- From 4fd6fca77de91d5b24374029e751ff2982f447ea Mon Sep 17 00:00:00 2001 From: fengshenyuan Date: Tue, 2 Apr 2019 00:24:10 +0800 Subject: [PATCH 2/2] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97bc8ec..045b6fc 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,13 @@ Principles and purposes * 目前反 996 许可证还处于起草阶段,希望有相关经验的专业人士能给予帮助。 -Proposal +Proposals --- A proposal is a document accepted by 996.ICU. Typically, a proposal should give a solution or suggestion about the development of the project and community. For more details, you can read the [proposal template](proposal/proposal_template.md) document. -To help the development of 996.ICU, you can do serval things base on proposals. +To help the development of 996.ICU, you can do several things base on proposals. - Read the accepted proposals and try to improve them. - Take actions according to the accepted proposals.