From d7193b7dc4d8e3cefb7ce25043c98abab74cb8fe Mon Sep 17 00:00:00 2001 From: rexwangcc Date: Wed, 14 Jul 2021 00:14:34 -0400 Subject: [PATCH 1/7] [skip ci] Add a formal security disclosure section. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c09741971d0e8..15a595b49180c 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,7 @@ If you use Taichi in your research, please cite our papers: - [Taichi Conference](https://github.com/taichi-dev/taichicon): Taichi developer conferences. - [GAMES 201 Lectures](https://github.com/taichi-dev/games201): (Chinese) A hands-on course on building advanced physics engines, based on Taichi. - [More...](misc/links.md) + +## Security + +Please disclose security issues responsibly by reaching out to contact@taichi.graphics. From 5d21beff55208a895562e43f95fea6ef4bacae38 Mon Sep 17 00:00:00 2001 From: rexwangcc Date: Wed, 14 Jul 2021 00:26:55 -0400 Subject: [PATCH 2/7] [skip ci] Update links to docs and zh-Hans docs, also fix other broken links. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15a595b49180c..1395fe59fb760 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Tutorial | Examples | Forum | Playground

-

Documentation | 简体中文文档 | Contributor Guidelines

+

Documentation | 简体中文文档 | Contributor Guidelines

[![AppVeyor Status](https://img.shields.io/appveyor/build/yuanming-hu/taichi?logo=AppVeyor&label=AppVeyor)](https://ci.appveyor.com/project/yuanming-hu/taichi/branch/master) @@ -13,9 +13,9 @@ **Taichi** (太极) is a programming language designed for *high-performance computer graphics*. It is deeply embedded in **Python**, and its **just-in-time compiler** offloads compute-intensive tasks to multi-core CPUs and massively parallel GPUs. - + -Advanced features of Taichi include [spatially sparse computing](https://taichi.readthedocs.io/en/latest/sparse.html) and [differentiable programming](https://taichi.readthedocs.io/en/latest/differentiable_programming.html) [[examples]](https://github.com/yuanming-hu/difftaichi). +Advanced features of Taichi include [spatially sparse computing](https://docs.taichi.graphics/docs/lang/articles/advanced/sparse) and [differentiable programming](https://docs.taichi.graphics/docs/lang/articles/advanced/differentiable_programming) [[examples]](https://github.com/yuanming-hu/difftaichi). **Please check out our SIGGRAPH 2020 course on Taichi basics:** [YouTube](https://youtu.be/Y0-76n3aZFA), [Bilibili](https://www.bilibili.com/video/BV1kA411n7jk/), [slides (pdf)](https://yuanming.taichi.graphics/publication/2020-taichi-tutorial/taichi-tutorial.pdf). From a20c59591e658f403891e8eda029786c2823dd21 Mon Sep 17 00:00:00 2001 From: rexwangcc Date: Wed, 14 Jul 2021 00:29:43 -0400 Subject: [PATCH 3/7] [skip ci] Not sure what to do with the hub link, hide for now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1395fe59fb760..3ad85ee640a85 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-

Tutorial | Examples | Forum | Playground

+

Tutorial | Examples | Forum

Documentation | 简体中文文档 | Contributor Guidelines

From 79b40410ae8d977bf42b41a4becc5519245bf8f9 Mon Sep 17 00:00:00 2001 From: rexwangcc Date: Wed, 14 Jul 2021 00:39:01 -0400 Subject: [PATCH 4/7] [skip ci] Use formal words. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ad85ee640a85..0f28617bb6a30 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,4 @@ If you use Taichi in your research, please cite our papers: ## Security -Please disclose security issues responsibly by reaching out to contact@taichi.graphics. +Please disclose security issues responsibly by contacting contact@taichi.graphics. From ee502f719c77e0ab54081be155eca40d57ba0189 Mon Sep 17 00:00:00 2001 From: rexwangcc Date: Wed, 14 Jul 2021 00:39:17 -0400 Subject: [PATCH 5/7] [skip ci] Also update the PR template. --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ccd420f17ef1b..ce564e2b0a4f8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,12 +3,12 @@ Related issue = #