Skip to content

Commit 6d3743c

Browse files
committed
Add Contributing.md
1 parent 3ee5b4f commit 6d3743c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CONTRIBUTING.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Contributing
2+
3+
If you would like to contribute to this repository, please first fork the repo, update and create a Pull Request.
4+
5+
To ensure you'll be working on the right feature in the right way,
6+
7+
- Understand how we project manage by reading the [README](https://github.com/NdagiStanley/vue-django)
8+
9+
### Branch Naming
10+
11+
The default branches provided by git flow are:
12+
* `master`
13+
* `dist`
14+
* `develop`
15+
16+
Always work off of `develop` and NOT `master`.
17+
18+
We use either `dist` or `master` to create the template from vue-cli. The versioning section in the README [here](https://github.com/NdagiStanley/vue-django/blob/master/README.md#version-notice) explains more.
19+
20+
## Pull Request Process
21+
22+
1. Ensure any install or build dependencies are removed before the end of the layer when doing a build. Add relevant files/ folders to the .gitingore.
23+
2. Update the README.md with details of changes to the interface/ process, this includes new environment variables, exposed ports, useful file locations and container parameters.
24+
3. Increase the version numbers in any examples files and the README.md to the new version that this
25+
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
26+
4. We may merge the Pull Request in once we have the sign-off of two other developers or [the repo owner](https://github.com/NdagiStanley).
27+
28+
29+
## Ideas/ Requests/ Suggestions
30+
31+
Add them as issues in the original CLI [repo](https://github.com/vuejs-templates/webpack/issues) and tag them as `ideas` or `suggestions`.
32+
33+
We'll try to keep up with the original and we welcome contributions to help bring the awesomeness of VueJS into Django. :heart:

0 commit comments

Comments
 (0)