From 6786deb5bed2ce2ead2d31f3fb2fa0a5e3831951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8D=E1=B4=8F=E1=B4=8F=C9=B4D4=CA=80=E1=B4=8B?= Date: Sat, 20 Jan 2024 16:20:50 +0800 Subject: [PATCH] chore: remove unused config file (#294) * docs: Remove unnecessary file. * docs: Refine CONTRIBUTING.md contribution guidelines. --- CONTRIBUTING.md | 2 +- typos.toml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 typos.toml diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f627b0..a288010 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ Please adhere to the existing coding style for consistency. ## Questions -If you have any questions or need further guidance, please feel free to ask in the issue or PR, or [reach out to the maintainers](mailto:i@moond4rk.com). +If you have any questions or need further guidance, please feel free to ask in the issue or PR, or [reach out to the maintainers](mailto:i@moond4rk.com). We will reply to you as soon as possible. Thank you for your contribution! diff --git a/typos.toml b/typos.toml deleted file mode 100644 index 65fa5e3..0000000 --- a/typos.toml +++ /dev/null @@ -1,7 +0,0 @@ -# See https://github.com/crate-ci/typos/blob/master/docs/reference.md to configure typos -[default.extend-words] -Readed = "Readed" -Sie = "Sie" -OT = "OT" -[files] -extend-exclude = ["go.mod", "go.sum"] \ No newline at end of file