From 474b02d4e840cbaa057d0245b43f300978861588 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 21 Mar 2021 17:15:46 +0100 Subject: [PATCH] Add instruction to not add .js/.wasm files in pull requests --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4c25b83..ea568e92 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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