-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcontribute.html
59 lines (48 loc) · 2.33 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
<!-- Licensed under the MIT license - see LICENSE -->
<!DOCTYPE html>
<html>
<style type="text/css" media="screen">
h2[id]::before {
display: block;
content: " ";
margin-top: -125px;
height: 125px;
}
</style>
<head>
<!-- Common scripts -->
<script src="scripts/load-scripts.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Gammapy - Contribute</title>
<!-- head placeholder -->
<div id="head-placeholder"></div>
</head>
<body>
<!-- Navbar placeholder -->
<div id="navbar-placeholder"></div>
<main>
<div class="container">
<h1>Contribute</h1>
<br>
<p>Anyone is welcome to contribute to Gammapy!</p>
<p> The Gammapy Project is made both by and for its users, so we welcome and encourage contributions of many kinds. Our goal is to keep this a positive, inclusive, successful, and growing community by abiding with the <a href="CoC.html">Gammapy Community Code of Conduct</a>. </p>
<p> Start by using Gammapy!! The "Getting Started" section of our <a href="https://docs.gammapy.org/">documentation</a> will give you the first steps.
Then, if you notice a missing feature or issue, please report it (see <a href="contact.html">contact page</a>),
and if you are interested in contributing to the development, we can team you up with a mentor from the
Gammapy team to do it.
</p>
<p> As developer, we can also contribute by presenting your activities into conferences, by making tutorial presenting recipies or by animating a Gammapy school or hands-on session. The list of contributions by type is given in the following list:
<ul>
<li><a href="https://github.com/gammapy/gammapy-presentations">Conferences</a> </li>
<li><a href="https://github.com/gammapy/gammapy-recipes">Recipes</a> </li>
<li><a href="https://github.com/gammapy/gammapy-handson">Hands-on sessions and schools</a> </li>
</ul>
</p>
</div>
</main>
<!-- Footer Section -->
<div id="footer-placeholder"></div>
<script src="scripts/load-components.js"></script>
</body>
</html>