Skip to content

Commit b3e4b77

Browse files
jeffposnickaddyosmani
authored andcommitted
Add a Contributing section (#114)
1 parent 3d83b26 commit b3e4b77

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,14 @@ You can fork this repo to create your own boilerplate, and use it with `vue-cli`
7070

7171
``` bash
7272
vue init username/repo my-project
73-
```
73+
```
74+
75+
## Contributing
76+
77+
This project is a modified copy of the [`vue-webpack-boilerplate`](https://github.com/vuejs-templates/webpack) template.
78+
79+
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*.
80+
81+
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.
82+
83+
Any changes that are specific to this project—related to service workers, or other PWA functionality—do not need an equivalent upstream PR.

0 commit comments

Comments
 (0)