From 9dc07253d118471e491733b696301e8850319835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 16 Oct 2013 20:21:20 +0200 Subject: [PATCH] Add note about editing dist files --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c61c4f3..70bb83f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -146,6 +146,8 @@ project: If you have any other questions about contributing, please feel free to contact us. +**Don't edit files in `dist/`.** You should edit files in `lib/`. + ## Special thanks to @necolas -For writing the original [issue-guidelines](https://github.com/necolas/issue-guidelines/) from which these were adapted. \ No newline at end of file +For writing the original [issue-guidelines](https://github.com/necolas/issue-guidelines/) from which these were adapted.