authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-10-01 14:07:30-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-10-01 14:08:38-07:00
log4bb9aa91eb34cc78002ad17ac621ea92bb784429
treef5d191de6d4649b91e7d3066b267bac69e423109
parentc50aa2b95c31d00ee0a56e9c774d77a785708e84

these documents belong elsewhere

contributing is in the readme already, and code of conduct should go on the website. this is a code repository; it doesn't dictate social norms. the reason for these documents being in .github/ was to satisfy GitHub demands so that the UI would look more favorably upon ziglang/zig but that is no longer a concern.

2 files changed, 0 insertions(+), 78 deletions(-)

CODE_OF_CONDUCT.md deleted-75
......@@ -1,75 +0,0 @@
1# Code of Conduct
2
3Hello, and welcome! 👋
4
5The Zig community is decentralized. Anyone is free to start and maintain their
6own space for people to gather, and edit
7[the Community wiki page](https://github.com/ziglang/zig/wiki/Community) to add
8a link. There is no concept of "official" or "unofficial", however, each
9gathering place has its own moderators and rules.
10
11This is Andrew Kelley speaking. At least for now, I'm the moderator of the
12ziglang organization GitHub repositories and the #zig IRC channel on Libera.chat.
13**This document contains the rules that govern these two spaces only**.
14
15The rules here are strict. This space is for focused, on topic, technical work
16on the Zig project only. It is everyone's responsibility to maintain a positive
17environment, especially when disagreements occur.
18
19## Our Standards
20
21Examples of behavior that contribute to creating a positive environment include:
22
23 * Using welcoming and inclusive language.
24 * Being respectful of differing viewpoints and experiences.
25 * Gracefully accepting constructive criticism.
26 * Helping another person accomplish their own goals.
27 * Showing empathy towards others.
28 * Showing appreciation for others' work.
29 * Validating someone else's experience, skills, insight, and use cases.
30
31Examples of unacceptable behavior by participants include:
32
33 * Unwelcome sexual attention or advances, or use of sexualized language or
34 imagery that causes discomfort.
35 * Trolling, insulting/derogatory comments, and personal attacks. Anything
36 antagonistic towards someone else.
37 * Off-topic discussion of any kind - especially offensive or sensitive issues.
38 * Publishing others' private information, such as a physical or electronic
39 address, without explicit permission.
40 * Discussing this Code of Conduct or publicly accusing someone of violating it.
41 * Making someone else feel like an outsider or implying a lack of technical
42 abilities.
43 * Destructive behavior. Anything that harms Zig or another open-source project.
44
45## Enforcement
46
47If you need to report an issue you can contact me or Loris Cro, who are both
48paid by the Zig Software Foundation, and so moderation of this space is part of
49our job. We will swiftly remove anyone who is antagonizing others or being
50generally destructive.
51
52This includes Private Harassment. If person A is directly harassed or
53antagonized by person B, person B will be blocked from participating in this
54space even if the harassment didn't take place on one of the mediums directly
55under rule of this Code of Conduct.
56
57As noted, discussing this Code of Conduct should not take place on GitHub or IRC
58because these spaces are for directly working on code, not for meta-discussion.
59If you have any issues with it, you can contact me directly, or you can join one
60of the community spaces that has different rules.
61
62 * Andrew Kelley <andrew@ziglang.org>
63 * Loris Cro <loris@ziglang.org>
64
65## Conclusion
66
67Thanks for reading the rules. Together, we can make this space welcoming and
68inclusive for everyone, regardless of age, body size, disability, ethnicity,
69sex characteristics, gender identity and expression, level of experience,
70education, socio-economic status, nationality, personal appearance, race,
71religion, or sexual identity and orientation.
72
73Sincerely,
74
75Andrew ✌️
CONTRIBUTING.md deleted-3
......@@ -1,3 +0,0 @@
1Please see the
2[Contributing](https://github.com/ziglang/zig/wiki/Contributing)
3page on the wiki.