From 0a339f55b93de5e1290a2de219c715fd5bd49588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E6=89=8B=E6=8E=89=E5=8C=85=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E5=B8=88?= Date: Fri, 10 Sep 2021 19:58:39 +0800 Subject: [PATCH] github: clean up outdated template instructions and fix clippy's link (#10838) Signed-off-by: hi-rustin Co-authored-by: Ti Chi Robot --- .github/pull_request_template.md | 4 ---- README.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 67af2f003d1..12841ed4d96 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,10 +8,6 @@ If you're unsure about anything, just ask; somebody should be along to answer wi PR Title Format: 1. module [, module2, module3]: what's changed 2. *: what's changed - -If you want to open the **Challenge Program** pull request, please use the following template: -https://raw.githubusercontent.com/tikv/.github/master/.github/PULL_REQUEST_TEMPLATE/challenge-program.md -You can use it with query parameters: https://github.com/tikv/tikv/compare/master...${you branch}?template=challenge-program.md --> ### What problem does this PR solve? diff --git a/README.md b/README.md index fafd2e694b0..cf21c1fdc2c 100644 --- a/README.md +++ b/README.md @@ -196,4 +196,4 @@ TiKV is under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for deta - Thanks [etcd](https://github.com/coreos/etcd) for providing some great open source tools. - Thanks [RocksDB](https://github.com/facebook/rocksdb) for their powerful storage engines. -- Thanks [rust-clippy](https://github.com/Manishearth/rust-clippy). We do love the great project. +- Thanks [rust-clippy](https://github.com/rust-lang/rust-clippy). We do love the great project.