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