From 9d20eb21f058b1a7f7e24cb865cf2a15e55d8f56 Mon Sep 17 00:00:00 2001 From: "harry m. k." Date: Sat, 21 Sep 2024 10:58:39 +0800 Subject: [PATCH 1/2] delete unexist file path --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5e5a88b1cfc..3849393a7ca4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -128,7 +128,7 @@ NOTE: when merging, GitHub will squash commits and rebase on top of the main. ### Pull Request Templates -There are three PR templates. The [default template](./.github/PULL_REQUEST_TEMPLATE.md) is for types `fix`, `feat`, and `refactor`. We also have a [docs template](./.github/PULL_REQUEST_TEMPLATE/docs.md) for documentation changes. When previewing a PR before it has been opened, you can change the template by adding one of the following parameters to the url: +There are three PR templates. The [default template](./.github/PULL_REQUEST_TEMPLATE.md) is used for PR types such as `fix`, `feat`,`docs`, and `refactor`, among others. These are just a few examples. For more details, please refer to the default template. * `template=docs.md` From 0adf85ae51ddcfa2e9dc74f98ce61eabb91e8248 Mon Sep 17 00:00:00 2001 From: "harry m. k." Date: Sat, 21 Sep 2024 14:11:15 +0800 Subject: [PATCH 2/2] delete more --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3849393a7ca4..a565cc6eb36a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -130,8 +130,6 @@ NOTE: when merging, GitHub will squash commits and rebase on top of the main. There are three PR templates. The [default template](./.github/PULL_REQUEST_TEMPLATE.md) is used for PR types such as `fix`, `feat`,`docs`, and `refactor`, among others. These are just a few examples. For more details, please refer to the default template. -* `template=docs.md` - ### Pull Request Accountability #### Owner