-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCoC.html
88 lines (71 loc) · 4.46 KB
/
CoC.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
<!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>Gammapy Community Code of Conduct</h1>
<br><br>
<p>
<strong>Gammapy is committed to fostering an inclusive community.</strong>
</p>
<p>
Aside from the actual code, Gammapy is also a community of users and developers. This community is central
to accomplishing anything with the code itself. We welcome anyone who wishes to contribute to the project
and expect everyone in our community to follow this code of conduct when interacting with others.
</p>
<p>As members of the community,</p>
<ul>
<li>We pledge to treat all people with respect and provide a harassment- and bullying-free environment, regardless of sex,
sexual orientation and/or gender identity, disability, physical appearance, body size, race, nationality, ethnicity,
and religion. In particular, sexual language and imagery, sexist, racist, or otherwise exclusionary jokes are not
appropriate.</li>
<li>We pledge to respect the work of others by recognizing acknowledgment/citation requests of original authors. As
authors, we pledge to be explicit about how we want our own work to be cited or acknowledged.</li>
<li>We pledge to welcome those interested in joining the community, and realize that including people with a
variety of opinions and backgrounds will only serve to enrich our community. In particular, discussions
relating to pros/cons of various technologies, programming languages, and so on are welcome, but these
should be done with respect, taking proactive measure to ensure that all participants are heard and feel
confident that they can freely express their opinions.</li>
<li>We pledge to welcome questions and answer them respectfully, paying particular attention to those new to the
community. We pledge to provide respectful criticisms and feedback in forums, especially in discussion threads
resulting from code contributions.</li>
<li>We pledge to be conscientious of the perceptions of the wider community and to respond to criticism
respectfully. We will strive to model behaviors that encourage productive debate and disagreement, both
within our community and where we are criticized. We will treat those outside our community with the same
respect as people within our community.</li>
<li>We pledge to help the entire community follow the code of conduct, and to not remain silent when we see
violations of the code of conduct. We will take action when members of our community violate this code.</li>
</ul>
<p>
This code of conduct applies to all community situations online and offline, including mailing lists, forums,
social media, conferences, meetings, associated social events, and one-to-one interactions. This Code of
Conduct has been mostly re-used from the <a href="https://www.astropy.org/code_of_conduct.html">Astropy code of conduct</a>.
</p>
<br><hr><br>
<p> In order to report any information or issue, please contact the Gammapy Coordination Committee using its
generic email, <a href="mailto:[email protected]">[email protected]</a>, or any
member of the Coordination Committee (see its composition <a href="team.html#coordination-committee">here</a>).
</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>