Skip to content

Commit

Permalink
Add instruction to not add .js/.wasm files in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 21, 2021
1 parent ed0d406 commit 474b02d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Browse through [`ARCHITECTURE.md`](https://github.com/emilk/egui/blob/master/ARC
When you have something that works, open a draft PR. You may get some helpful feedback early!
When you feel the PR is ready to go, do a self-review of the code, and then open it for review.

Please keep pull requests small and focused.

Do not include the `.js` and `.wasm` build artifacts generated for building for web.
`git` is not great at storing large files like these, so we only commit a new web demo after a new egui release.


## Creating an integration for egui

Expand Down

0 comments on commit 474b02d

Please sign in to comment.