From ddeaea587d56b296175e9e64d30a0e6385de1d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Thu, 12 Oct 2023 14:04:33 +0200 Subject: [PATCH] chore(misc): add Vue to contributing.md (#19506) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c9a6959e27..119e574d96 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -327,6 +327,7 @@ The scope must be one of the following: - storybook - anything Storybook specific - testing - anything testing specific (e.g., Jest or Cypress) - vite - anything Vite specific +- vue - anything Vue specific - web - anything Web specific - webpack - anything Webpack specific - misc - misc stuff