From 02930b20720cb37e7293c96576ceb2f02ce79c71 Mon Sep 17 00:00:00 2001 From: Kevin Dangoor Date: Mon, 10 Nov 2025 17:35:58 -0500 Subject: [PATCH] Update CONTRIBUTING to reflect new guidelines External contributors should not build the project and commit the build output any more. --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5eb6f07..79daf3c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,8 +87,9 @@ _Note_: We don't have a very comprehensive test suite, so any contributions to t 1. Create a new branch: `git checkout -b my-branch-name` 2. Make your change, add tests, and make sure the tests still pass -3. Make sure to build and package before pushing: `npm run build && npm run package` -4. Push to your fork and [submit a pull request][pr] +3. Push to your fork and [submit a pull request][pr] + +(note: we don't recommend including changes to the `dist` directory in your pull request, because changes there have an increased likelihood of conflicts.) Here are a few things you can do that will increase the likelihood of your pull request being accepted: