forked from OpenLiberty/openliberty.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.html
211 lines (194 loc) · 9.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
---
layout: default
title: Contribute
css:
- contribute
- issues
js: issues
permalink: /contribute/
---
<!-- INTRO -->
<div id="contribute_intro_background" class="black_blue_gradient_background">
<div class="container">
<div class="row">
<div class="col-sm-5">
<img id="intro_logo" src="{{ "/img/contribute_page_title.svg" | relative }}" class="img-responsive" alt="Contribute">
</div>
<div class="col-sm-7">
<p id="contribute_intro_paragraph_1">
Contributing to open source projects can seem scarier than a certain spherical, planet-destroying space station, but it doesn't have to be.
</p>
<p id="contribute_intro_paragraph_2">
The Open Liberty community welcomes contributions at all levels. Whether you're an ensign or a seasoned commander, every user has the potential to help out.
</p>
<p>
Open Liberty is licensed under <a href="https://github.com/OpenLiberty/open-liberty/blob/master/LICENSE" target="new" class="light_green_link_dark_background">EPL v-1.0.</a>
</p>
</div>
</div>
</div>
</div>
<!-- GETTING STARTED -->
<div id="getting_started_container" class="container">
<div class="row">
<div class="col-xs-12">
<div id="getting_started_bar"></div>
</div>
</div>
<div class="row">
<div class="col-sm-5">
<h2 id="getting_started_title">Getting Started</h2>
</div>
<div class="col-sm-7">
<p id="getting_started_paragraph">
Thank you for joining the Open Liberty community. We can’t wait to see what we build together! There
are so many ways to contribute to Open Liberty; just be sure to check out the contributor guidelines
before you blast off and start making cool stuff.
</p>
<a href="https://github.com/OpenLiberty/open-liberty/blob/integration/CONTRIBUTING.md" class="large_link orange_link_light_background line_link" target="new">
<span class="line"></span> View the contributor guidelines
</a>
</div>
</div>
</div>
<!-- BROWSE OPEN ISSUES -->
<div class="black_blue_gradient_background relative_position">
<div id="browse_open_issues_container" class="container">
<div class="row">
<div class="col-sm-4">
<div id="issues_description">
<h2 id="issues_title">Fix a bug</h2>
<p id="issues_text">
This is a current list of open, unassigned issues. See something that you might be able to help with? Show us your best solution!
</p>
<a href="https://github.com/OpenLiberty/open-liberty/issues" target="new" class="large_link light_green_link_dark_background line_link"><span class="line"></span> View all open issues</a>
</div>
</div>
<div class="col-sm-8">
<div id="issues_block" class="hidden-xs">
<div id="issues_content">
<div id="issues_message" class="text-center">
</div>
</div>
<div id="issues_arrows">
<a id="issues_up_arrow" class="issues_arrow functional_link" href="" aria-label="Move up"></a>
<a id="issues_down_arrow" class="issues_arrow functional_link" href="" aria-label="Move down"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- TOOLS AND TESTS-->
<div id="tools_and_tests_container" class="container">
<div class="row">
<div class="col-xs-12">
<div id="tools_and_tests_bar"></div>
</div>
</div>
<div class="row">
<div class="col-sm-5">
<h2 id="tools_and_tests_title_1">Tools and tests</h2>
<p id="tools_and_tests_paragraph_1">
Contribute to the next release by writing tests and helping craft better tools.
</p>
<img id="tools_and_tests_image" src="{{ "/img/contribute2.jpg" | relative }}" class="img-responsive center-block" alt="Four UFOs working together to transport a hammer and a wrench">
</div>
<div class="col-sm-7">
<h3 id="tools_and_tests_title_2">Contribute to developer tools</h3>
<p id="tools_and_tests_paragraph_3">
Open Liberty works with all developer tools, so use whatever you like best! However, we'll be releasing updates to Eclipse developer tools that
are tailored for the newest Open Liberty releases. With your contributions, these tools will evolve alongside Open Liberty to form a perfect
pairing, making your workflow smoother.
</p>
<div class="row">
<div class="col-xs-12">
<a id="tools_and_tests_link_1" href="https://github.com/OpenLiberty/open-liberty-tools/blob/integration/README.md" target="new" class="regular_link orange_link_light_background line_link">
<span class="line"></span> Learn more about Eclipse developer tools
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<a id="tools_and_tests_link_2" href="https://github.com/OpenLiberty/open-liberty-tools" target="new" class="regular_link orange_link_light_background line_link">
<span class="line"></span> View the Eclipse developer tools repository
</a>
</div>
</div>
<h3 id="tools_and_tests_title_3">Provide a test</h3>
<p id="tools_and_tests_paragraph_4">
Testing is an essential step to having a robust, helpful release. The more high quality tests we run before a release, the more headaches we
save our users in the future.
</p>
<a id="tools_and_tests_link_3" href="https://github.com/OpenLiberty/open-liberty/blob/master/README.md#contribute-to-open-liberty" target="new" class="regular_link orange_link_light_background line_link">
<span class="line"></span> Learn the ins and outs of testing for Open Liberty
</a>
</div>
</div>
</div>
<!-- THE FUTURE OF OPEN LIBERTY -->
<div id="the_future_of_open_liberty_container" class="container">
<div class="row">
<div class="col-xs-12">
<div id="the_future_of_open_liberty_bar"></div>
</div>
</div>
<div class="row">
<div class="col-sm-5">
<h2 id="the_future_of_open_liberty_title">The Future of Open Liberty</h2>
<h3>Ready to go above and beyond?</h3>
</div>
<div class="col-sm-7">
<p id="the_future_of_open_liberty_paragraph">
If you’d like to work on new features, get up to speed with our handy guide to writing them.
We also encourage you to participate in the forum to discuss upcoming features, and see where
you could pitch in. And don’t forget to leave suggestions for future development items so your
great ideas can be heard!
</p>
<div class="row">
<div class="col-xs-12">
<a id="the_future_of_open_liberty_link_1" href="https://groups.io/g/openliberty" target="new" class="regular_link orange_link_light_background line_link">
<span class="line"></span> Open Liberty contributor forum (Groups.io)
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<a id="the_future_of_open_liberty_link_2" href="https://github.com/OpenLiberty/open-liberty/issues/new" target="new" class="regular_link orange_link_light_background line_link">
<span class="line"></span> Open issues for new features
</a>
</div>
</div>
</div>
</div>
</div>
<!-- MORE WAYS TO CONNECT -->
<div id="more_ways_to_connect_container" class="container">
<div id="more_ways_to_connect_row_1" class="row">
<div class="col-xs-12">
<div id="more_ways_to_connect_bar"></div>
<h2 id="more_ways_to_connect_title">Connect with the Open Liberty crew</h2>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<p id="more_ways_to_connect_text">
<br>
With Open Liberty, you can boldly go where no one has gone before… but don’t forget the rest of your team!
</p>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<a id="more_ways_to_connect_link_1" href="/community" class="rounded_corner_link link_green_border link_green_right_arrow">
<div class="button_label">Connect with your community</div>
</a>
</div>
</div>
</div>
<!-- PRE-LOADED IMAGES FOR ON HOVER BEHAVIOR -->
<div class="hidden">
<img src="/img/arrow_darkgreen.svg">
<img src="/img/up_arrow_yellow.svg">
<img src="/img/down_arrow_yellow.svg">
</div>