Skip to content

Commit a43dfc0

Browse files
committed
Create CONTRIBUTING.md
avoid kind people's work being out of scope
1 parent a7729f9 commit a43dfc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Contributing to Javascript Garden
2+
3+
1. we're about Javascript AKA [ECMA script](http://www.ecma-international.org/ecma-262/5.1/) not a specific implementation. So we don't cover issues specific to one environment or interpreter, like browsers or V8 for node.
4+
1. micro-performance is out of scope: anything that's not a result of essential algorithmic complexity (e.g O(log n) vs O(n^2)) is down to a specific version of a specific interpreter (see 1).
5+
1. please test code examples to ensure they work, there's nothing more confusing than incorrect examples!
6+
1. contributing to JS garden makes you a fantastic person, and Brendan Eich will find you immensely attrative.
7+
8+
Thank you for being kind enough to help out!

0 commit comments

Comments
 (0)