From 3ce9cecf44fdcc90b8b48e07a76e07a259d77040 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 6 Apr 2025 12:46:50 -0700 Subject: [PATCH] feedback --- .github/CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f67879daee..40ba1b92cc 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -204,13 +204,14 @@ included in the project: git pull [--rebase] upstream main ``` -8. Push your topic branch up to your fork: +8. Commit your changes, but **do not push compiled CSS and JS files in `dist` and `js/dist`**. + Push your topic branch up to your fork: ```bash git push origin ``` -9. [Open a pull request](https://help.github.com/articles/about-pull-requests/) +9. [Open a pull request](https://help.github.com/articles/about-pull-requests/) with a clear title and description against the `main` branch. **IMPORTANT**: By submitting a patch, you agree to allow the project owners to