Skip to content

Commit 02930b2

Browse files
committed
Update CONTRIBUTING to reflect new guidelines
External contributors should not build the project and commit the build output any more.
1 parent 49ffd9f commit 02930b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ _Note_: We don't have a very comprehensive test suite, so any contributions to t
8787

8888
1. Create a new branch: `git checkout -b my-branch-name`
8989
2. Make your change, add tests, and make sure the tests still pass
90-
3. Make sure to build and package before pushing: `npm run build && npm run package`
91-
4. Push to your fork and [submit a pull request][pr]
90+
3. Push to your fork and [submit a pull request][pr]
91+
92+
(note: we don't recommend including changes to the `dist` directory in your pull request, because changes there have an increased likelihood of conflicts.)
9293

9394
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
9495

0 commit comments

Comments
 (0)