You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This is a branch for a current working 0.* version. If you want to see, test or contribute to an upcoming **version 1.0**, go to [1.0 branch](https://github.com/orthes/medium-editor-insert-plugin/tree/1.0).
[](http://waffle.io/orthes/medium-editor-insert-plugin)
148
+
149
+
I'm happy when you not only use the plugin, but contribute your improvements, too. First of all, go to [waffle.io](http://waffle.io/orthes/medium-editor-insert-plugin) (that's the blue icon above),
150
+
where you'll find list of all work, that need to be done. Feel free to grab one issue, assign it to yourself and start working.
142
151
143
152
The plugin uses [Grunt](http://gruntjs.com/) for automating development tasks and [Bower](http://bower.io/) for package management. To install all the necessities for development run these commands:
144
153
@@ -154,13 +163,7 @@ These are available Grunt tasks:
154
163
-**test**: runs jshint and qunit
155
164
-**watch**: watches for modifications on script/scss files and runs js/css task
156
165
157
-
158
-
## <aname="contributing"></a>Contributing
159
-
160
-
I'm happy when you not only use the plugin, but contribute your improvements, too. To do that, you need to meet only two requirements:
161
-
162
-
1. Use the same coding style as the plugin
163
-
2. Write QUnit tests (if you're adding a new funcionality) and test your changes with **grunt test**
166
+
Please, test you're code to your best knowledge, especially if you're adding new features.
0 commit comments