Explorar o código

update contrib guide [ci skip]

Evan You %!s(int64=12) %!d(string=hai) anos
pai
achega
7e0ed75208
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      CONTRIBUTING.md

+ 2 - 1
CONTRIBUTING.md

@@ -4,7 +4,8 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
 
 ## Pull Request Checklist
 
-- Work in a topic branch and merge against `dev`.
+- Checkout a topic branch from `dev` and merge back against `dev`.
+- Work in the `src` folder and **DO NOT** checkin `dist` in the commits.
 - Squash the commit if there are too many small ones.
 - Follow the [code style](#code-style).
 - Make sure the default grunt task passes. (see [development setup](#development-setup))