Skip to content

Commit 7e0ed75

Browse files
committed
update contrib guide [ci skip]
1 parent c71c6a4 commit 7e0ed75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
44

55
## Pull Request Checklist
66

7-
- Work in a topic branch and merge against `dev`.
7+
- 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.
89
- Squash the commit if there are too many small ones.
910
- Follow the [code style](#code-style).
1011
- Make sure the default grunt task passes. (see [development setup](#development-setup))

0 commit comments

Comments
 (0)