-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcontribute.html
57 lines (44 loc) · 2.44 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
<!DOCTYPE html>
<html>
<style type="text/css" media="screen">
h2[id]::before {
display: block;
content: " ";
margin-top: -125px;
height: 125px;
}
</style>
<script src="scripts/matomo.js" defer></script>
<script src="scripts/myscripts.js" defer></script>
<script src="scripts/includeHTML.js" defer></script>
<div data-include="header.html"></div>
<body>
<div data-include="navbar.html"></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 data-include="footer.html"></div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="scripts/navbarCollapse.js" defer></script>
</body>
</html>