- commit
- b6b1f733082dd5a3c0bf51e17525997495b37373
- parent
- f593eb6e6a2f2d5183262cf59bad78331a3b5263
- Author
- leaf corcoran <leafot@gmail.com>
- Date
- 2014-11-24 16:54
add contributing guide
Diffstat
| A | CONTRIBUTING.md | 17 | +++++++++++++++++ |
1 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
@@ -0,0 +1,16 @@ -1 1 # Contributing to Sticky-Kit -1 2 -1 3 -1 4 Thanks for reporting an issue. Sticky-kit is actually pretty complicated and -1 5 handles a lot of sticky scenarios. If the issue isn't immediately obvious when -1 6 written in text then please include a minimal case example of the problem on -1 7 <http://jsfiddle.net/> or something similar to help save us some time. -1 8 -1 9 If you're opening a pull request, remember Sticky-kit is written in -1 10 [CoffeeScript](http://coffeescript.org/), so you should be applying your patch -1 11 to the CoffeeScript file and not the JavaScript files. Don't worry about -1 12 building/minifying the JS files, I'm glad to do it for you. In any case, you -1 13 can see how it's done in the -1 14 [Makefile](https://github.com/leafo/sticky-kit/blob/master/Makefile). -1 15 -1 16 Thank -1 16 \ No newline at end of file