-
Notifications
You must be signed in to change notification settings - Fork 7
/
contribute.html
70 lines (64 loc) · 3.2 KB
/
contribute.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SpringSide 春天的旁边</title>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<meta name="ROBOTS" content="ALL"/>
<meta name="keywords" content="Java,Spring,OpenSource"/>
<link href="default.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29662662-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="header" align="left">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="250">
<param name="movie" value="navi.swf"/>
<param name="wmode" value="opaque"/>
<param name="quality" value="high"/>
<embed src="navi.swf" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="780" height="250">
</object>
</div>
<div id="content">
<div id="leftbar">
<h1>Menu</h1>
<div class="line">
<a href="index.html">首页</a>
<a href="download.html">下载</a>
<a href="document.html">文档</a>
<a href="forum.html">讨论区</a>
<a href="issues.html">项目管理</a>
<a target="_blank" href="http://www.github.com/springside/springside4">Github站点</a>
<a target="_blank" href="http://www.weibo.com/calvin1978">江南白衣微博</a>
</div>
</div>
<div id="mainbar" class="noright">
<h1>参与开发</h1>
<div class="introduction">得益于GitHub社交网络化的项目参与方式,大家可以随时开始这样的流程:
<ul>
<li>首先可以在<a target="_blank" href="http://github.com/springside/springside4/issues">Github Feature/Issues</a>里找到本迭代里感兴趣的Item</li>
<li>然后点击"Fork",得到自己的Repository,开始工作。</li>
<li>完成更新之后,再点击"Pull Request"。</li>
<li>最后我Review大家的更新,手工或自动的将改动合并回Master。</li>
</ul>
<p>当前成功向SpringSide提交代码的<a href="https://github.com/springside/springside4/contributors" target="_blank">贡献者列表</a></p>
</div>
<h1>其他贡献方式</h1>
<ul>
<li>在<a target="_blank" href="http://www.oschina.net/p/springside">讨论区</a>参与讨论和解答其他童鞋的问题。</li>
<li>在<a target="_blank" href="http://github.com/springside/springside4/issues">Github Issuse</a>里报告发现的问题和改进建议。</li>
<li>在微博上友情转发。</li>
</ul>
</div>
<div id="footer">
<center>Copyright©2005-2015 springside.io Hosted on <a href="http://www.github.com" target="_blank">github.com</a></center>
</div>
</body>
</html>