forked from cctanfujun/kotlin-web-site-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.html
199 lines (111 loc) · 7.71 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<!--[if (IE 7)&!(IEMobile)]><html class="no-js ie ie7" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js ie ie8" lang="en"><![endif]-->
<!--[if (IE 9)&!(IEMobile)]><html class="no-js ie ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<title>Contributing to Kotlin</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="Shortcut Icon" href="/kotlin-web-site-cn/assets/images/favicon.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" href="/kotlin-web-site-cn/assets/images/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/kotlin-web-site-cn/assets/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/kotlin-web-site-cn/assets/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/kotlin-web-site-cn/assets/images/apple-touch-icon-144x144.png" />
<link rel="stylesheet" href="/kotlin-web-site-cn/css/styles.css">
<!-- begin Convert Experiments code--><!--<script type="text/javascript">var _conv_host = (("https:" == document.location.protocol) ? "https://d9jmv9u00p0mv.cloudfront.net" : "http://cdn-1.convertexperiments.com");document.write(decodeURIComponent("%3Cscript src='" + _conv_host + "/js/10013947-10013329.js' type='text/javascript'%3E%3C/script%3E"));</script> --> <!-- end Convert Experiments code -->
<script src="/kotlin-web-site-cn/js/vendor/requirejs/require.js"></script>
<script src="/kotlin-web-site-cn/js/config/bootstrap.js"></script>
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5P98"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5P98');</script>
<!-- End Google Tag Manager -->
<!-- CrazyEgg -->
<script type="text/javascript">
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName("script")[0];
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0013/6939.js?"+Math.floor(new Date().getTime()/3600000);
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
</script>
<!-- End CrazyEgg -->
<div class="global-layout">
<header class="global-header">
<div class="global-header-panel">
<div class="g-layout">
<a class="global-header-logo" href="/kotlin-web-site-cn/">Kotlin</a>
<nav role="navigation" class="global-nav">
<a href="/kotlin-web-site-cn/docs/reference/"
class="nav-item "
>
学习
</a>
<a href="/kotlin-web-site-cn/contribute.html"
class="nav-item is_active"
>
贡献
</a>
<a href="http://try.kotlinlang.org"
class="nav-item "
>
在线尝试
</a>
<div class="extra-nav download-button">
<a href="/kotlin-web-site-cn/#get-kotlin" class="get-kotlin-button">
Get Kotlin
<span class="version">(0.12.613)</span>
</a>
</div>
</nav>
</div>
</div>
<div class="g-layout">
</div>
</header>
<div class="g-layout global-content">
<article role="main" class="page-content">
<h1 id="contributing-to-kotlin">Contributing to Kotlin<a href="#contributing-to-kotlin" class="anchor"></a></h1>
<p>Kotlin is an Apache 2 OSS Project. The source code, tooling, documentation and even this web site is maintained on <a href="https://github.com/jetbrains/kotlin">GitHub</a>. While the majority
of the team works at JetBrains, there have been nearly a hundred external contributors to the Kotlin Project and we are always looking for more people.</p>
<h2 id="how-you-can-contribute">How you can contribute<a href="#how-you-can-contribute" class="anchor"></a></h2>
<h3 id="contributing-to-the-code">Contributing to the code<a href="#contributing-to-the-code" class="anchor"></a></h3>
<p>If you want to contribute to the code, go to GitHub and check out the latest version and follow the instructions on how to build Kotlin from source. After that, you can start picking
some <a href="https://youtrack.jetbrains.com/issues/KT?q=%23Unresolved+">pending tasks</a> on the issue tracker. Make sure you look for issues tags with <a href="https://youtrack.jetbrains.com/issues/KT?q=%23Unresolved+tag%3A+%7BUp+For+Grabs%7D+%23Newbie+">Up For Grabs</a> as
these are some of the easier ones to get started with.</p>
<h3 id="contributing-to-the-documentation-or-web-site">Contributing to the documentation or web site<a href="#contributing-to-the-documentation-or-web-site" class="anchor"></a></h3>
<p>We need a lot more documentation. If you’re interested in collaborating, please feel free to check out the source code <a href="https://github.com/jetbrains/kotlin-web-site">to this site on GitHub</a> and send a Pull Request. The site
is built using Markdown and Jekyll.</p>
<h3 id="contributing-with-tutorials-or-videos">Contributing with tutorials or videos<a href="#contributing-with-tutorials-or-videos" class="anchor"></a></h3>
<p>Have you created a tutorial or video on Kotlin? Please let us know. We’d be more than happy to have it featured under <a href="http://kotlinlang.org/docs/resources.html">Community Content</a>.</p>
<h3 id="presentations">Presentations<a href="#presentations" class="anchor"></a></h3>
<p>If you’ve given or are giving presentations on Kotlin, let us know. We’ll <a href="http://kotlinlang.org/docs/events.html">feature it on the list</a></p>
<h3 id="kotlin-x-projects-and-community-projects">Kotlin-x Projects and Community Projects<a href="#kotlin-x-projects-and-community-projects" class="anchor"></a></h3>
<p>Kotlin ships with a very small runtime and it’s the aim to keep it that way. We believe other functionality that is missing from the standard runtime library can be developed
as Kotlin Contributions under the <a href="https://github.com/kotlinx/kotlinx">Kotlin-X</a> umbrella or as individual projects by community members. If you have a library that you think
others might find useful, let us know. If you want to contribute to any of the existing ones, check them out.</p>
<h3 id="spread-the-word">Spread the word<a href="#spread-the-word" class="anchor"></a></h3>
<p>Kotlin is a new language but we have high hopes for it and we need people that believe in it to spread the word!</p>
</article>
</div>
</div>
<footer role="contentinfo" class="global-footer">
<div class="global-footer-terms">
<div class="g-layout">
<div class="terms-copyright">
© 2000–2015 JetBrains. All rights reserved
</div>
<div class="terms-sponsor">
Sponsored and developed by <a href="http://jetbrains.com" class="sponsor sponsor_jetbrains" target="_blank">JetBrains</a> Translation by <a href="http://tanfujun.cc" class="testimonial-company-link" target="_blank" rel="nofollow">晓_晨DEV</a>
</div>
</div>
</div>
</footer>
</body>
</html>