From 2ca03614613ce11cb8fb65ba292634e7ccc32430 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 6 Jun 2021 12:19:27 +0800 Subject: [PATCH] chore: update guidelines --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b70d2ace582..58cb81e526c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,6 +92,8 @@ for `index.md` the first sentence will be displayed as the short intro in the fu This will be the intro. The detail descriptions... ``` +Read more about the [guidelines](https://vueuse.org/guidelines). + ## Code Style Don't worry about the code style as long as you install the dev dependencies. Git hooks will format and fix them for you on committing.