Add instruction to not add .js/.wasm files in pull requests

This commit is contained in:
Emil Ernerfeldt 2021-03-21 17:15:46 +01:00
parent ed0d406698
commit 474b02d4e8

View file

@ -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 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. 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 ## Creating an integration for egui