From 5486f692f7014537a3a15e22984cfb33468ca0f9 Mon Sep 17 00:00:00 2001 From: JWB Date: Tue, 14 Jan 2025 12:20:51 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c2466f47..4bea4e2b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -15,8 +15,10 @@ Good pull requests, patches, improvements, and new features are a fantastic help **Please ask before starting work on any significant new features.** We recommend that you first [suggest your feature idea in our discussion forums](https://github.com/Yohn/PicoCSS/discussions/categories/ideas). -[`dev`](https://github.com/Yohn/PicoCSS/tree/dev) branch is open for pull requests on `v3`. + -**Do not edit [`/css`](https://github.com/Yohn/PicoCSS/tree/master/css) files directly.** Edit the source files in [`/scss`](https://github.com/Yohn/PicoCSS/tree/master/scss), then recompile the [`/css`](https://github.com/Yohn/PicoCSS/tree/master/css) files with `npm run build`. +**Do not edit [`/css`](https://github.com/Yohn/PicoCSS/tree/master/css) files directly.** + +Edit the source files in [`/scss`](https://github.com/Yohn/PicoCSS/tree/master/scss), Github will automatically re-compile the css files after the pull request is merged.