-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode-of-conduct.html
More file actions
136 lines (129 loc) · 5.6 KB
/
code-of-conduct.html
File metadata and controls
136 lines (129 loc) · 5.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="SCIP community code of conduct: expected behavior, what we won't tolerate, and how to report issues."
/>
<title>Code of Conduct - SCIP Code Intelligence Protocol</title>
<link rel="icon" href="./assets/images/scip-icon-color.svg" type="image/svg+xml" />
<link rel="stylesheet" href="./assets/css/style.css" />
</head>
<body>
<div class="promo-bar" id="promo-bar" role="region" aria-label="Blog announcement" hidden>
<div class="promo-bar__inner">
<a class="promo-bar__link" href="#" target="_blank" rel="noopener noreferrer">
<span class="promo-bar__label">New</span>
<span class="promo-bar__title">The Future of SCIP</span>
<span class="promo-bar__cta">Read post</span>
</a>
<button type="button" class="promo-bar__close" aria-label="Dismiss announcement">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true">
<path
d="M4 4l8 8M12 4l-8 8"
stroke="currentColor"
stroke-width="1.75"
stroke-linecap="round"
/>
</svg>
</button>
</div>
</div>
<div class="page">
<header class="nav">
<div class="nav-title">
<a href="./index.html">
<img class="logo" src="./assets/images/scip-logo-color.svg" alt="SCIP" />
</a>
</div>
<nav class="nav-links">
<a href="./docs.html">Docs</a>
<a href="./governance.html">Governance</a>
<a href="https://discord.gg/w5TEzebTPk" target="_blank" rel="noopener noreferrer">Discord</a>
<a href="https://github.com/scip-code/scip" target="_blank" rel="noopener noreferrer">GitHub</a>
</nav>
</header>
<section class="hero" id="top">
<div>
<span class="pill">CoC</span>
<h1 class="hero-title">SCIP’s Code of Conduct</h1>
<p class="hero-subtitle">
How we work together on SCIP: respect, professionalism, and clear expectations.
</p>
</div>
</section>
<section class="section">
<div class="card coc">
<h2 class="coc-heading" id="the-core-principle">
<a class="coc-anchor" href="#the-core-principle">1. The Core Principle</a>
</h2>
<p>
Be a decent human being. We are all here to build cool things and solve problems. Treat others
with the same respect you expect for yourself.
</p>
<h2 class="coc-heading" id="expected-behavior">
<a class="coc-anchor" href="#expected-behavior">2. Expected Behavior</a>
</h2>
<ul class="list">
<li><strong>Focus on the work:</strong> Critique ideas, not people.</li>
<li><strong>Be welcoming:</strong> Help newcomers. We all started somewhere.</li>
<li>
<strong>Keep it professional:</strong> This is a space for software development, not for
harassment, soapboxing, or personal attacks.
</li>
</ul>
<h2 class="coc-heading" id="what-we-wont-tolerate">
<a class="coc-anchor" href="#what-we-wont-tolerate">3. What We Won’t Tolerate</a>
</h2>
<ul class="list">
<li>
<strong>Harassment:</strong> This includes derogatory comments, threats, or unwanted sexual
attention.
</li>
<li>
<strong>Doxing:</strong> Sharing someone’s private information without consent is an immediate
ban.
</li>
<li><strong>Trolling:</strong> Sustained disruption of threads or baiting others into arguments.</li>
</ul>
<h2 class="coc-heading" id="enforcement">
<a class="coc-anchor" href="#enforcement">4. Enforcement</a>
</h2>
<p>Let us know if someone acts inappropriately.</p>
<ul class="list">
<li>
<strong>How to report:</strong>
<a class="list-link" href="mailto:community@sourcegraph.com">community@sourcegraph.com</a>
</li>
<li>
<strong>The Process:</strong> We will review the report. We aren't here to be the "thought
police," but we will take action to keep the project productive.
</li>
<li>
<strong>Consequences:</strong> Actions range from a private warning to a permanent ban from the
organization (Discord and/or GitHub).
</li>
</ul>
<h2 class="coc-heading" id="final-word">
<a class="coc-anchor" href="#final-word">5. Final Word</a>
</h2>
<p>Don’t make it weird. We just want to build a great project together.</p>
</div>
</section>
<footer class="footer">
<div>© 2026 The SCIP Authors | Apache-2.0 license</div>
<div class="footer-links">
<a href="./docs.html">Docs</a>
<a href="./artwork.html">Artwork</a>
<a href="./code-of-conduct.html">Code of conduct</a>
<a href="./governance.html">Governance</a>
<a href="https://discord.gg/w5TEzebTPk" target="_blank" rel="noopener noreferrer">Discord</a>
<a href="https://github.com/scip-code/scip" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
</footer>
</div>
<script src="./assets/js/promo-bar.js" defer></script>
</body>
</html>