首页 > 其他 > 详细

给Hearthstone-Deck-Tracker贡献的前提

时间:2016-02-19 09:05:20      阅读:453      评论:0      收藏:0      [点我收藏+]

https://github.com/Epix37/Hearthstone-Deck-Tracker/blob/master/CONTRIBUTING.md

 

Coding style

  1. Always use tabs.
  2. Always place braces on new lines.
  3. Use C# 6 whenever possible.
  4. Follow the standard MS C# naming conventions (short version). Also see: How to name things in programming
  5. Know when to make exceptions.

 

Commits and Pull Requests

Keep the commit log as healthy as the code. It is one of the first places new contributors will look at the project.

  1. No more than one change per commit. There should be no changes in a commit which are unrelated to its message.
  2. Follow these conventions when writing the commit message.

When filing a Pull Request, make sure it is rebased on top of most recent master. If you need to modify it or amend it in some way, you should always appropriately fixup the issues in git and force-push your changes to your fork.

 

给Hearthstone-Deck-Tracker贡献的前提

原文:http://www.cnblogs.com/chucklu/p/5199774.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!