We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71c6a4 commit 7e0ed75Copy full SHA for 7e0ed75
CONTRIBUTING.md
@@ -4,7 +4,8 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
4
5
## Pull Request Checklist
6
7
-- Work in a topic branch and merge against `dev`.
+- Checkout a topic branch from `dev` and merge back against `dev`.
8
+- Work in the `src` folder and **DO NOT** checkin `dist` in the commits.
9
- Squash the commit if there are too many small ones.
10
- Follow the [code style](#code-style).
11
- Make sure the default grunt task passes. (see [development setup](#development-setup))
0 commit comments