Skip to content

Commit

Permalink
Add a Contributing section (vuejs-templates#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored and addyosmani committed Nov 28, 2017
1 parent 3d83b26 commit b3e4b77
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,14 @@ You can fork this repo to create your own boilerplate, and use it with `vue-cli`

``` bash
vue init username/repo my-project
```
```

## Contributing

This project is a modified copy of the [`vue-webpack-boilerplate`](https://github.com/vuejs-templates/webpack) template.

While we welcome contributions from the community, please note that changes to configuration that is shared between this project and `vue-webpack-boilerplate` should be made against `vue-webpack-boilerplate` *first*.

Once the [upstream](https://stackoverflow.com/a/2739476/385997) PR is merged, please file an additional PR against this project making the equivalent changes. This will help ensure that the shared configuration does not diverge too much.

Any changes that are specific to this project—related to service workers, or other PWA functionality—do not need an equivalent upstream PR.

0 comments on commit b3e4b77

Please sign in to comment.