-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4a6c7f
commit 5c4d3d6
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
<!-- | ||
Please target the `master` branch in priority. | ||
--> | ||
In principle, a pull request only contains one commit, please squash your commits if your pull request have multiple commits. | ||
The best practice is to use `git commit --amend` for each commit after your first commit of this pr. | ||
原则上1个pr(Pull Request)只包含1个提交(Commit)。如过你的pr中有多个提交记录,请先进行压缩。 | ||
最佳实践是在你的1个pr中的首次提交后的后续提交都使用`git commit --amend`进行修订提交。 | ||
--> |