-
Notifications
You must be signed in to change notification settings - Fork 2
/
contribute.html
274 lines (248 loc) · 11.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
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!doctype html>
<html lang="en">
<head>
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta charset="utf-8" />
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport" />
<meta content="Contribute to GoCD by submitting code, issues and participating in the user groups. Get involved and be part of the community." name="description" />
<meta content="GoCD, continuous delivery, continuous delivery software, continuous integration, test automation, open source, contribute, plugins, open source contribution" name="keywords" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@goforcd" />
<meta name="twitter:title" content="Contribute and Participate | GoCD" />
<meta name="twitter:description" content="Contribute to GoCD by submitting code, issues and participating in the user groups. Get involved and be part of the community." />
<meta name="twitter:image" content="https://preview.gocd.org/assets/images/gocd_continuous_delivery_thoughtworks_twitter-9cfe1828.jpg" />
<link rel="canonical" href="https://preview.gocd.org/contribute.html" />
<title>Contribute and Participate | GoCD</title>
<link href="assets/images/favicon.ico" rel="shortcut icon" />
<link href="assets/stylesheets/site-8aa753e5.css" rel="stylesheet" />
<script src="assets/javascripts/all-10e8d5d5.js" data-manual="true"></script>
<link rel="alternate" type="application/atom+xml" title="GoCD blog feed" href="feed.xml" />
<script>
$(document).ready(function(){
$('.chocolat-parent').Chocolat();
});
</script>
</head>
<body class="contribute">
<header class="top">
<div class="container">
<a href="./" class="logo" analytics-label="logo"><img src="assets/images/go_logo-5b5ca9e1.svg" title="GoCD Logo" alt="GoCD Logo" /></a>
<nav class="mainnav">
<ul class="level0">
<li><a href="why-gocd/" class="link_whygocd" analytics-label="link_whygocd">Features</a></li>
<li><a href="https://docs.gocd.org/current/" class="link_documentation" analytics-label="link_help>link_documentation">Documentation</a></li>
<li><a href="blog/" class="link_blog" analytics-label="Blog">Blog</a></li>
<li><a href="download/" class="link_download" analytics-label="Download">Download</a></li>
</ul>
</nav>
<button class="navbtn menu collapse">
<span></span>
</button>
</div>
</header>
<span id="top"></span>
<div class="inner-banner">
<div class="container">
<div class="banner-content">
<h1 class="caption"><span>Contribute</span></h1>
</div>
</div>
</div>
<main>
<div class="container">
<p class="caption-txt">
Coding is definitely not the only way you can contribute to GoCD. There are many valuable
ways to contribute to the product and to help the growing GoCD community.
</p>
<div class="row content-tiles">
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="tile">
<h3>Test GoCD</h3>
<figure>
<img src="assets/images/icons/go.cd_test-gocd-a7b99d2f.svg" alt="test gocd" />
</figure>
<p>
You can <a href="https://github.com/gocd/gocd/issues" title="report issues" target="_blank">report issues</a> you find, or you can help us test GoCD to find new issues. You can also add to the existing automated tests.
</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="tile">
<h3>Code for GoCD</h3>
<figure>
<img src="assets/images/icons/go.cd_code-for-gocd-61ebd40f.svg" alt="code for gocd" />
</figure>
<p>
Contribute <a href="https://github.com/gocd/gocd/" target="_blank">code</a> to GoCD! Choose any pending feature or bug, or build your own <a href="https://docs.gocd.org/current/extension_points/plugin_user_guide.html" target="_blank">plugin,</a> then send us a pull request. No contribution is too small.
</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="tile">
<h3>Help secure GoCD</h3>
<figure>
<img src="assets/images/icons/go.cd_security-d3942ad4.svg" alt="secure gocd" />
</figure>
<p>
We believe that working with skilled security researchers is crucial in making any product more robust.
You can contribute by reviewing our <a href="https://github.com/gocd/gocd/blob/master/SECURITY.md" target="_blank">security policy</a> and <a href="https://hackerone.com/gocd" target="_blank">responsibly reporting any security
issue</a> that you find in our product or service.
</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="tile">
<h3>Join Community Discussions</h3>
<figure>
<img src="assets/images/icons/go.cd_join-community-61198ca4.svg" alt="gocd community discussions" />
</figure>
<p>
We have an <a href="https://groups.google.com/g/go-cd" title="forum" target="_blank">active forum</a> where issues, features and ideas are discussed. Start a discussion, or help someone get started with GoCD.
</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="tile">
<h3>Blog about GoCD</h3>
<figure>
<img src="assets/images/icons/go.cd_blog-about-gocd-fb55d4a8.svg" alt="blog about gocd" />
</figure>
<p>
Contribute to the <a href="https://www.gocd.org/blog/" target="_blank"> blog.</a> If you write about your personal experiences with using GoCD, we'd love to add them to the GoCD blog.
</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<img src="assets/images/Go_watermark_logo-c6c0c15b.svg" alt="gocd logo" class="watermark" />
</div>
</div>
</div>
<div class="contribution-process">
<h3>Code Contribution Process</h3>
<div class="container">
<ul class="process">
<li>
<span class="decide"><img src="assets/images/go.cd_decide-66f54e71.svg" alt="decide what you want to build" /></span>
<span>Decide what you want to build</span>
</li>
<li>
<span class="fork"><img src="assets/images/go.cd_fork-e81f9737.svg" alt="fork the gocd repo" /></span>
<span>Fork the repository, keep it in sync with the master</span>
</li>
<li>
<span class="talk"><img src="assets/images/go.cd_want-to-do-4b72b9b7.svg" alt="tell gocd about contribution" /></span>
<span>Talk to us about what you want to do</span></li>
<li class="lastitem">
<span class="changes"><img src="assets/images/go.cd_changes-a75c578f.svg" alt="make changes to gocd" /></span>
<span>Make your changes</span></li>
</ul>
<ul class="process second">
<li>
<span class="merge-request"><img src="assets/images/go.cd_merge-eabd7739.svg" alt="gocd merges pull request" /></span>
<span>We merge your request</span>
</li>
<li>
<span class="cla-form"><img src="assets/images/go.cd_form-cb660f66.svg" alt="fill out gocd cla form" /></span>
<span>Fill out the CLA Form</span>
</li>
<li>
<span class="pull-request"><img src="assets/images/go.cd_pull-request-b418521e.svg" alt="submit pull request to gocd" /></span>
<span>Submit a Pull Request</span>
</li>
</ul>
</div>
</div>
<div class="howto">
<div class="container">
<div class="col-md-6">
<h3>How to start contributing</h3>
<p>
Decide how you want to contribute: picking up an <a href="https://github.com/gocd/gocd/issues">outstanding
issue</a>, adding a new feature, or building a plugin, etc. Looking for inspiration? Check out <a href="roadmap/">GoCD's Roadmap</a> for a view into where the product is heading this year.
</p>
<p>
If your contribution is a code contribution and you do send us a pull request, you will first need to read and
sign the <a href="contributor-license-agreement/">Contributor License Agreement</a>.
</p>
</div>
<div class="col-md-6">
<h3>How to get help</h3>
<p>
If you need any help getting started or get stuck along the way, you can talk to us on <a
href="https://github.com/gocd/gocd/discussions">Github</a> or on the main <a
href="https://groups.google.com/g/go-cd">discussion forum</a>. We are happy to help and answer any
questions.
</p>
<p>
Brand assets including our logos, colors, and visual guidelines can be found <a href="assets/gocd-brand-styleguide.zip">here</a>.
</p>
</div>
</div>
</div>
</main>
<footer>
<div class="join-community">
<ul>
<li>
<a href="https://groups.google.com/g/go-cd" target="_blank" analytics-label="google-group">
<i class="icon fa fa-users fa-4x join-us" aria-hidden="true"></i>
<span>Join our discussion forum</span>
</a>
</li>
<li>
<a href="https://github.com/gocd/gocd/discussions" target="_blank" analytics-label="github-discussions">
<i class="icon fa fa-comments fa-4x develop-with-us" aria-hidden="true"></i>
<span>Chat with us</span>
</a>
</li>
<li>
<a href="https://github.com/gocd/gocd" target="_blank" analytics-label="github">
<i class="icon fa fa-github fa-4x watch-us" aria-hidden="true"></i>
<span>watch us</span>
</a>
</li>
</ul>
</div>
<div class="page-footer">
<div class="container">
<div class="row">
<div class="col-md-2">
<ul class="unordered-list">
<li><a href="download/">DOWNLOAD GoCD</a></li>
<li><a href="getting-started/part-1/">INTRO TO GoCD</a></li>
<li><a href="test-drive-gocd.html">TEST DRIVE GoCD</a></li>
</ul>
</div>
<div class="col-md-2">
<ul class="unordered-list">
<li><a href="plugins/">PLUGINS</a></li>
<li><a href="resources/">RESOURCES</a></li>
</ul>
</div>
<div class="col-md-2">
<ul class="unordered-list">
<li><a href="https://www.github.com/gocd" target="_blank">FORK US ON GITHUB</a></li>
<li><a href="assets/gocd-brand-styleguide.zip">LOGOS + BRAND</a></li>
<li><a href="contribute/">CONTRIBUTE</a></li>
</ul>
</div>
<div class="col-md-2">
</div>
<div class="col-md-4">
<p>
GoCD is an open-source project, sponsored by <a target="_blank" href="https://www.thoughtworks.com" analytics-label="link_footer_thoughtworks">Thoughtworks Inc.</a>
under the <a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank" title="Apache 2.0 License">Apache License, Version 2.0</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<div class='imagemodal'>
<div class='imagemodalcontent'>
</div>
<div class='close'>✖
</div>
</div>
</body>
</html>