Skip to content

Commit

Permalink
Create CONTRIBUTING.Md (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 authored Jul 26, 2016
1 parent 870a0fb commit 569a5a5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CONTRIBUTING.Md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Yes, we need some tests!

## Testing
Until then, please test out your changes in the [shakacode/bootstrap-loader](https://github.com/shakacode/bootstrap-loader) project in the [bootstrap-loader/examples](https://github.com/shakacode/bootstrap-loader/tree/master/examples).

Please test both the basic and css-modules examples.

For example, look for the "font-awesome-loader" in the
[examples/basic/package.json](https://github.com/shakacode/bootstrap-loader/blob/master/examples/basic/package.json) file. Test out
your changes here.


When you submit a PR, please write down what you did to manually test this.

## Releasing

I use release-it! (`npm i -g release-it`)

```
release-it 1.0.0
```

or for a beta:

```
release-it 0.0.1-beta.1
```

0 comments on commit 569a5a5

Please sign in to comment.