forked from JetBrains/kotlin-web-site
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathcontribute.html
217 lines (124 loc) · 8.37 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!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 - Kotlin Programming Language</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">
<!-- Social Media tag Starts -->
<!-- Place this data between the <head> tags of your website -->
<!-- Open Graph data -->
<meta property="og:title" content="Contributing to Kotlin" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kotlinlang.org/contribute.html" />
<meta property="og:image" content="https://kotlinlang.org/assets/images/open-graph/kotlin_250x250.png" />
<meta property="og:description" content="Kotlin is a statically typed programming language for the JVM, Android and the browser, 100% interoperable with Java">
<meta property="og:site_name" content="Kotlin" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@kotlin">
<meta name="twitter:title" content="Contributing to Kotlin">
<meta name="twitter:description" content="Kotlin is a statically typed programming language for the JVM, Android and the browser, 100% interoperable with Java">
<meta name="twitter:image:src" content="https://kotlinlang.org/assets/images/twitter-card/kotlin_800x320.png ">
<!-- Social Media tag Ends -->
<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>
<!--
-->
<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">
<div class="nav-links">
<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>
<div id="global-search" class=" global-search" title="Search">
<div class="search-button">
<div class="icon"></div>
</div>
<div class="search-box">
<div class="gcse-searchbox-only"
data-resultsUrl="/search.html"
data-newWindow="false"
></div>
</div>
</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="translations">Translations<a href="#translations" class="anchor"></a></h3>
<p>You are welcome to translate the Kotlin documentation into your own language and to publish your translation on your Web site.
However, note that we will not be able to host your translation in this repository and to publish it on kotlinlang.org.
This site is the official documentation for the language, and we need to be able to ensure that all the information here
is correct and up-to-date. Doing this with a language that no one on the team speaks is unfortunately not feasible at this time.</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–2016 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.com" class="testimonial-company-link" target="_blank" rel="nofollow">晓_晨DEV</a>
</div>
</div>
</div>
</footer>
<script>require(['com/search', 'com/cookie-banner']);</script>
</body>
</html>