提交 25cbe00f 编写于 作者: V Vijay Dev

copy-edit contributing guide [ci skip]

上级 bc8b55c5
...@@ -332,6 +332,8 @@ When you're happy with the code on your computer, you need to commit the changes ...@@ -332,6 +332,8 @@ When you're happy with the code on your computer, you need to commit the changes
$ git commit -a -m "Here is a commit message on what I changed in this commit" $ git commit -a -m "Here is a commit message on what I changed in this commit"
</shell> </shell>
TIP. Please squash your commits into a single commit when appropriate. This simplifies future cherry picks, and also keeps the git log clean.
h4. Update master h4. Update master
It’s pretty likely that other changes to master have happened while you were working. Go get them: It’s pretty likely that other changes to master have happened while you were working. Go get them:
...@@ -374,8 +376,6 @@ Write your branch name in branch field (is filled with master by default) and pr ...@@ -374,8 +376,6 @@ Write your branch name in branch field (is filled with master by default) and pr
Ensure the changesets you introduced are included in the "Commits" tab and that the "Files Changed" incorporate all of your changes. Ensure the changesets you introduced are included in the "Commits" tab and that the "Files Changed" incorporate all of your changes.
If possible, it is encouraged that you squash your commits into a single commit, this makes the pull to master easier, and simplifies the git log for the main repository, so your entire unit of work shows in a single line in the log.
Fill in some details about your potential patch including a meaningful title. When finished, press "Send pull request." Rails Core will be notified about your submission. Fill in some details about your potential patch including a meaningful title. When finished, press "Send pull request." Rails Core will be notified about your submission.
h4. Get Some Feedback h4. Get Some Feedback
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册