Skip to content

Commit 7fe497f

Browse files
author
Nick Salloum
committed
adds contributing guidelines
1 parent da1cddb commit 7fe497f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CONTRIBUTING.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Contributing
2+
3+
We love pull requests from everyone, and this is the place to go in order to publish one of those pull requests :)
4+
5+
* Fork, then clone the repo:
6+
7+
```
8+
git clone [email protected]:your-username/flexgrid.css.git
9+
```
10+
11+
* Install dependencies:
12+
13+
```
14+
npm install
15+
```
16+
17+
* Work only in the `src/flexgrid.scss` file, and develop using gulp:
18+
19+
```
20+
gulp watch // => watches flexgrid.scss for changes and compiles to dist
21+
gulp // => compiles to dist
22+
```
23+
24+
* Push to your fork and [submit a pull request](https://github.com/axiomzen/flexgrid.css/compare/).
25+
26+
At this point you're waiting on us. We like to at least comment on pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives.
27+
28+
Some things that will increase the chance that your pull request is accepted:
29+
30+
* Add [examples](https://github.com/axiomzen/flexgrid.css/tree/master/examples). Use the [index.html](https://github.com/axiomzen/flexgrid.css/blob/master/examples/index.html) file as a base.

0 commit comments

Comments
 (0)