Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit bf1ea89

Browse files
committed
added code of conduct
1 parent 8f91145 commit bf1ea89

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CODE_OF_CONDUCT.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
2+
Please refer to http://usethesource.io/about/values.html for the origin of this text. This text
3+
includes our Code of Conduct, which offers our basic social values, but first it lists a number of community values specific to meta programming and open-source software development.
4+
5+
## Main Principles
6+
7+
These are principles that we strive to uphold in the UseTheSource community.
8+
9+
* Metaprogramming, software language engineering and generic programming are cool
10+
* "real world" application (not just toy languages and toy examples)
11+
* Striving for good design
12+
* design code for readability: clear and simple code
13+
* design for all programmers/users: clear and simple languages, API and UX
14+
* avoid over-design, gold-plating and premature optimization
15+
* Proper attribution
16+
* open copyright licenses
17+
* clear authorship/ownership trace
18+
* clear funding/sponsorship trace
19+
* due diligence with reuse of open-source
20+
* Excellence
21+
* generic & simple
22+
* efficient & scalable
23+
* accurate & correct
24+
* continuously tested & delivered
25+
* Social
26+
* patience with both users and contributors
27+
* open to feedback
28+
* responsive
29+
* visibly active
30+
31+
## Contributor Code of Conduct
32+
33+
As Contributors of the UseTheSource community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
34+
35+
We are committed to making participation in this community a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
36+
37+
Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
38+
39+
[Project Owners](/about/processes.html) have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Contributors who do not follow the Code of Conduct may be removed from the project team.
40+
41+
This code of conduct applies both within project spaces and in public spaces when an individual is representing the UseTheSource community or one of its projects.
42+
43+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by [opening an issue](https://github.com/usethesource/usethesource.github.io/issues) or contacting one or more of the [Project Owners](/projects/).
44+
45+
This Code of Conduct is adapted from the Contributor Covenant, version 1.1.0, available from <http://contributor-covenant.org/version/1/1/0/>
46+

0 commit comments

Comments
 (0)