Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 1e8a218

Browse files
committed
Add TOS & COC, shorten YAML
1 parent 15e6cc7 commit 1e8a218

File tree

3 files changed

+60
-3
lines changed

3 files changed

+60
-3
lines changed

CODE_OF_CONDUCT.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
By entering the kernel café, you agree to our code of conduct:
2+
3+
We pledge to make this a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
4+
5+
To foster an open and welcoming environment, we agree to:
6+
7+
* Be Friendly
8+
* Be Curious
9+
* Respect others privacy
10+
* Avoid destructive behavior
11+
12+
Failure to abide by this code of conduct will result in account removal.

TERMS_OF_SERVICE.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## CODE OF CONDUCT
2+
3+
By entering the kernel café, you agree to our code of conduct:
4+
5+
We pledge to make this a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
To foster an open and welcoming environment, we agree to:
8+
9+
* Be Friendly
10+
* Be Curious
11+
* Respect others privacy
12+
* Avoid destructive behavior
13+
14+
Failure to abide by this code of conduct will result in account removal.
15+
16+
## SERVICE LIMITATIONS
17+
18+
* All things are ephemeral: Your data, processes, account, machines, and the entire café may disappear with little or no notice.
19+
20+
* If you are 16 years old or younger, you must get parental permission to apply for an account.
21+
22+
* Do not perform any illegal activities with our service.
23+
24+
## PRIVACY POLICY
25+
26+
kernel.café collects the folowing information about users:
27+
28+
* Username and account preferences: used to setup a shell environment. This is submitted by the user via a PR, and visible to anyone on the internet.
29+
30+
* Their GitHub username: used for authentication and account metadata. This is submitted by the user via a PR, and visible to anyone on the internet.
31+
32+
* Uploaded data: users may choose to upload data to interact with. This data may be visible to other users on the system, and kept for up to 30 days of an account closing.
33+
34+
* Logs: used for data analysis and debugging. This is collected by daemons running on each system, and visible
35+
to other users. This data is kept for up to 90 days.
36+
37+
None of this data is shared with other entities.
38+
39+
## RIGHT TO ERASURE
40+
41+
You have the right to remove your data from our systems, by closing your account. You may close your account at any time by sending a PR to modify the user list.
42+
43+
## CONTACT INFORMATION
44+
45+
Thomas Stromberg
46+
+1 6786080428
47+
t+kernelcafe%stromberg.org

users/alpha.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
users:
22
- login: t
33
github: tstromberg
4-
name: Thomas Strömberg
5-
location: San Francisco, CA, US
6-
shell: fish
4+

0 commit comments

Comments
 (0)