coconductor 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +7 -0
  2. data/.github/CODEOWNERS +3 -0
  3. data/.github/ISSUE_TEMPLATE/bug_report.md +28 -0
  4. data/.github/ISSUE_TEMPLATE/feature_request.md +21 -0
  5. data/.github/config.yml +23 -0
  6. data/.github/no-response.yml +15 -0
  7. data/.github/release-drafter.yml +4 -0
  8. data/.github/settings.yml +33 -0
  9. data/.github/stale.yml +29 -0
  10. data/.gitignore +12 -0
  11. data/.rspec +1 -0
  12. data/.rubocop.yml +32 -0
  13. data/.travis.yml +8 -0
  14. data/Gemfile +5 -0
  15. data/LICENSE.txt +21 -0
  16. data/README.md +76 -0
  17. data/Rakefile +6 -0
  18. data/bin/coconductor +32 -0
  19. data/coconductor.gemspec +34 -0
  20. data/docs/CODE_OF_CONDUCT.md +73 -0
  21. data/docs/CONTRIBUTING.md +85 -0
  22. data/lib/coconductor.rb +33 -0
  23. data/lib/coconductor/code_of_conduct.rb +155 -0
  24. data/lib/coconductor/commands/detect.rb +63 -0
  25. data/lib/coconductor/commands/diff.rb +75 -0
  26. data/lib/coconductor/commands/version.rb +6 -0
  27. data/lib/coconductor/matchers.rb +8 -0
  28. data/lib/coconductor/matchers/dice.rb +10 -0
  29. data/lib/coconductor/matchers/exact.rb +7 -0
  30. data/lib/coconductor/matchers/field_aware.rb +34 -0
  31. data/lib/coconductor/matchers/matcher.rb +9 -0
  32. data/lib/coconductor/project_files.rb +6 -0
  33. data/lib/coconductor/project_files/code_of_conduct_file.rb +22 -0
  34. data/lib/coconductor/project_files/project_file.rb +13 -0
  35. data/lib/coconductor/projects.rb +8 -0
  36. data/lib/coconductor/projects/fs_project.rb +24 -0
  37. data/lib/coconductor/projects/git_project.rb +30 -0
  38. data/lib/coconductor/projects/github_project.rb +8 -0
  39. data/lib/coconductor/projects/project.rb +33 -0
  40. data/lib/coconductor/version.rb +3 -0
  41. data/script/bootstrap +6 -0
  42. data/script/cibuild +9 -0
  43. data/script/console +6 -0
  44. data/script/vendor-codes-of-conduct +39 -0
  45. data/vendor/citizen-code-of-conduct/version/2/0/citizen_code_of_conduct.md +127 -0
  46. data/vendor/citizen-code-of-conduct/version/2/1/citizen_code_of_conduct.md +90 -0
  47. data/vendor/citizen-code-of-conduct/version/2/2/citizen_code_of_conduct.md +92 -0
  48. data/vendor/citizen-code-of-conduct/version/2/3/citizen_code_of_conduct.md +98 -0
  49. data/vendor/contributor-covenant/version/1/0/0/code-of-conduct.md +18 -0
  50. data/vendor/contributor-covenant/version/1/1/0/code-of-conduct.md +20 -0
  51. data/vendor/contributor-covenant/version/1/2/0/code-of-conduct.md +27 -0
  52. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.de.md +29 -0
  53. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.es.md +28 -0
  54. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.fr.md +56 -0
  55. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.hu.md +29 -0
  56. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.it.md +29 -0
  57. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.ja.md +48 -0
  58. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.md +53 -0
  59. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.pl.md +29 -0
  60. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.pt-br.md +54 -0
  61. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.pt.md +54 -0
  62. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.ru.md +54 -0
  63. data/vendor/contributor-covenant/version/1/3/0/code-of-conduct.sl.md +52 -0
  64. data/vendor/contributor-covenant/version/1/4/.index-template.html +19 -0
  65. data/vendor/contributor-covenant/version/1/4/code-of-conduct.bn.md +74 -0
  66. data/vendor/contributor-covenant/version/1/4/code-of-conduct.bs.md +50 -0
  67. data/vendor/contributor-covenant/version/1/4/code-of-conduct.de.md +48 -0
  68. data/vendor/contributor-covenant/version/1/4/code-of-conduct.el.md +79 -0
  69. data/vendor/contributor-covenant/version/1/4/code-of-conduct.es.md +50 -0
  70. data/vendor/contributor-covenant/version/1/4/code-of-conduct.fa-ir.md +65 -0
  71. data/vendor/contributor-covenant/version/1/4/code-of-conduct.fr.md +82 -0
  72. data/vendor/contributor-covenant/version/1/4/code-of-conduct.hi.md +50 -0
  73. data/vendor/contributor-covenant/version/1/4/code-of-conduct.id.md +67 -0
  74. data/vendor/contributor-covenant/version/1/4/code-of-conduct.is.md +78 -0
  75. data/vendor/contributor-covenant/version/1/4/code-of-conduct.iw.md +65 -0
  76. data/vendor/contributor-covenant/version/1/4/code-of-conduct.ja.md +75 -0
  77. data/vendor/contributor-covenant/version/1/4/code-of-conduct.kn.md +52 -0
  78. data/vendor/contributor-covenant/version/1/4/code-of-conduct.ko.md +67 -0
  79. data/vendor/contributor-covenant/version/1/4/code-of-conduct.md +78 -0
  80. data/vendor/contributor-covenant/version/1/4/code-of-conduct.mk.md +51 -0
  81. data/vendor/contributor-covenant/version/1/4/code-of-conduct.nl.md +77 -0
  82. data/vendor/contributor-covenant/version/1/4/code-of-conduct.pl.md +82 -0
  83. data/vendor/contributor-covenant/version/1/4/code-of-conduct.pt-br.md +76 -0
  84. data/vendor/contributor-covenant/version/1/4/code-of-conduct.pt.md +81 -0
  85. data/vendor/contributor-covenant/version/1/4/code-of-conduct.ro.md +75 -0
  86. data/vendor/contributor-covenant/version/1/4/code-of-conduct.ru.md +48 -0
  87. data/vendor/contributor-covenant/version/1/4/code-of-conduct.sl.md +77 -0
  88. data/vendor/contributor-covenant/version/1/4/code-of-conduct.sv.md +79 -0
  89. data/vendor/contributor-covenant/version/1/4/code-of-conduct.tr.md +73 -0
  90. data/vendor/contributor-covenant/version/1/4/code-of-conduct.uk.md +77 -0
  91. data/vendor/contributor-covenant/version/1/4/code-of-conduct.zh-cn.md +57 -0
  92. data/vendor/contributor-covenant/version/1/4/code-of-conduct.zh-tw.md +57 -0
  93. metadata +239 -0
@@ -0,0 +1,92 @@
1
+ +++
2
+ version = "2.2"
3
+
4
+ +++
5
+ # Citizen Code of Conduct
6
+
7
+ ## 1. Purpose
8
+
9
+ A primary goal of COMMUNITY_NAME is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).
10
+
11
+ This code of conduct outlines our expectations for all those who participate in our community, as well as the consequences for unacceptable behavior.
12
+
13
+ We invite all those who participate in COMMUNITY_NAME to help us create safe and positive experiences for everyone.
14
+
15
+ ## 2. Open [Source/Culture/Tech] Citizenship
16
+
17
+ A supplemental goal of this Code of Conduct is to increase open [source/culture/tech] citizenship by encouraging participants to recognize and strengthen the relationships between our actions and their effects on our community.
18
+
19
+ Communities mirror the societies in which they exist and positive action is essential to counteract the many forms of inequality and abuses of power that exist in society.
20
+
21
+ If you see someone who is making an extra effort to ensure our community is welcoming, friendly, and encourages all participants to contribute to the fullest extent, we want to know.
22
+
23
+ ## 3. Expected Behavior
24
+
25
+ The following behaviors are expected and requested of all community members:
26
+
27
+ * Participate in an authentic and active way. In doing so, you contribute to the health and longevity of this community.
28
+ * Exercise consideration and respect in your speech and actions.
29
+ * Attempt collaboration before conflict.
30
+ * Refrain from demeaning, discriminatory, or harassing behavior and speech.
31
+ * Be mindful of your surroundings and of your fellow participants. Alert community leaders if you notice a dangerous situation, someone in distress, or violations of this Code of Conduct, even if they seem inconsequential.
32
+ * Remember that community event venues may be shared with members of the public; please be respectful to all patrons of these locations.
33
+
34
+ ## 4. Unacceptable Behavior
35
+
36
+ The following behaviors are considered harassment and are unacceptable within our community:
37
+
38
+ * Violence, threats of violence or violent language directed against another person.
39
+ * Sexist, racist, homophobic, transphobic, ableist or otherwise discriminatory jokes and language.
40
+ * Posting or displaying sexually explicit or violent material.
41
+ * Posting or threatening to post other people's personally identifying information ("doxing").
42
+ * Personal insults, particularly those related to gender, sexual orientation, race, religion, or disability.
43
+ * Inappropriate photography or recording.
44
+ * Inappropriate physical contact. You should have someone's consent before touching them.
45
+ * Unwelcome sexual attention. This includes, sexualized comments or jokes; inappropriate touching, groping, and unwelcomed sexual advances.
46
+ * Deliberate intimidation, stalking or following (online or in person).
47
+ * Advocating for, or encouraging, any of the above behavior.
48
+ * Sustained disruption of community events, including talks and presentations.
49
+
50
+ ## 5. Consequences of Unacceptable Behavior
51
+
52
+ Unacceptable behavior from any community member, including sponsors and those with decision-making authority, will not be tolerated.
53
+
54
+ Anyone asked to stop unacceptable behavior is expected to comply immediately.
55
+
56
+ If a community member engages in unacceptable behavior, the community organizers may take any action they deem appropriate, up to and including a temporary ban or permanent expulsion from the community without warning (and without refund in the case of a paid event).
57
+
58
+ ## 6. Reporting Guidelines
59
+
60
+ If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. [CONTACT_INFO_HERE].
61
+
62
+ [LINK_TO_REPORTING_GUIDELINES]
63
+
64
+ Additionally, community organizers are available to help community members engage with local law enforcement or to otherwise help those experiencing unacceptable behavior feel safe. In the context of in-person events, organizers will also provide escorts as desired by the person experiencing distress.
65
+
66
+ ## 7. Addressing Grievances
67
+
68
+ If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify GOVERNING_BODY with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies. [LINK_TO_POLICY]
69
+
70
+ [NOTE: Every organization's governing policies should dictate how you handle warnings and expulsions of community members. It is strongly recommended that you mention those policies here or in Section 7 and that you include a mechanism for addressing grievances.]
71
+
72
+ ## 8. Scope
73
+
74
+ We expect all community participants (contributors, paid or otherwise; sponsors; and other guests) to abide by this Code of Conduct in all community venues--online and in-person--as well as in all one-on-one communications pertaining to community business.
75
+
76
+ This code of conduct and its related procedures also applies to unacceptable behavior occurring outside the scope of community activities when such behavior has the potential to adversely affect the safety and well-being of community members.
77
+
78
+ ## 9. Contact info
79
+
80
+ [YOUR CONTACT INFO HERE -- this should be a single person or a small team who can respond to issues directly]
81
+
82
+ ## 10. License and attribution
83
+
84
+ The Citizen Code of Conduct is distributed by [Stumptown Syndicate](http://stumptownsyndicate.org) under a [Creative Commons Attribution-ShareAlike license](http://creativecommons.org/licenses/by-sa/3.0/).
85
+
86
+ Portions of text derived from the [Django Code of Conduct](https://www.djangoproject.com/conduct/) and the [Geek Feminism Anti-Harassment Policy](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy).
87
+
88
+ _Revision 2.2. Posted 4 February 2016._
89
+
90
+ _Revision 2.1. Posted 23 June 2014._
91
+
92
+ _Revision 2.0, adopted by the [Stumptown Syndicate](http://stumptownsyndicate.org) board on 10 January 2013. Posted 17 March 2013._
@@ -0,0 +1,98 @@
1
+ +++
2
+ version = "2.3"
3
+
4
+ +++
5
+ # Citizen Code of Conduct
6
+
7
+ ## 1. Purpose
8
+
9
+ A primary goal of COMMUNITY_NAME is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).
10
+
11
+ This code of conduct outlines our expectations for all those who participate in our community, as well as the consequences for unacceptable behavior.
12
+
13
+ We invite all those who participate in COMMUNITY_NAME to help us create safe and positive experiences for everyone.
14
+
15
+ ## 2. Open [Source/Culture/Tech] Citizenship
16
+
17
+ A supplemental goal of this Code of Conduct is to increase open [source/culture/tech] citizenship by encouraging participants to recognize and strengthen the relationships between our actions and their effects on our community.
18
+
19
+ Communities mirror the societies in which they exist and positive action is essential to counteract the many forms of inequality and abuses of power that exist in society.
20
+
21
+ If you see someone who is making an extra effort to ensure our community is welcoming, friendly, and encourages all participants to contribute to the fullest extent, we want to know.
22
+
23
+ ## 3. Expected Behavior
24
+
25
+ The following behaviors are expected and requested of all community members:
26
+
27
+ * Participate in an authentic and active way. In doing so, you contribute to the health and longevity of this community.
28
+ * Exercise consideration and respect in your speech and actions.
29
+ * Attempt collaboration before conflict.
30
+ * Refrain from demeaning, discriminatory, or harassing behavior and speech.
31
+ * Be mindful of your surroundings and of your fellow participants. Alert community leaders if you notice a dangerous situation, someone in distress, or violations of this Code of Conduct, even if they seem inconsequential.
32
+ * Remember that community event venues may be shared with members of the public; please be respectful to all patrons of these locations.
33
+
34
+ ## 4. Unacceptable Behavior
35
+
36
+ The following behaviors are considered harassment and are unacceptable within our community:
37
+
38
+ * Violence, threats of violence or violent language directed against another person.
39
+ * Sexist, racist, homophobic, transphobic, ableist or otherwise discriminatory jokes and language.
40
+ * Posting or displaying sexually explicit or violent material.
41
+ * Posting or threatening to post other people's personally identifying information ("doxing").
42
+ * Personal insults, particularly those related to gender, sexual orientation, race, religion, or disability.
43
+ * Inappropriate photography or recording.
44
+ * Inappropriate physical contact. You should have someone's consent before touching them.
45
+ * Unwelcome sexual attention. This includes, sexualized comments or jokes; inappropriate touching, groping, and unwelcomed sexual advances.
46
+ * Deliberate intimidation, stalking or following (online or in person).
47
+ * Advocating for, or encouraging, any of the above behavior.
48
+ * Sustained disruption of community events, including talks and presentations.
49
+
50
+ ## 5. Weapons Policy
51
+
52
+ No weapons will be allowed at [COMMUNITY_NAME] events, community spaces, or in other spaces covered by the scope of this Code of Conduct. Weapons include but are not limited to guns, explosives (including fireworks), and large knives such as those used for hunting or display, as well as any other item used for the purpose of causing injury or harm to others. Anyone seen in possession of one of these items will be asked to leave immediately, and will only be allowed to return without the weapon. Community members are further expected to comply with all state and local laws on this matter.
53
+
54
+ ## 6. Consequences of Unacceptable Behavior
55
+
56
+ Unacceptable behavior from any community member, including sponsors and those with decision-making authority, will not be tolerated.
57
+
58
+ Anyone asked to stop unacceptable behavior is expected to comply immediately.
59
+
60
+ If a community member engages in unacceptable behavior, the community organizers may take any action they deem appropriate, up to and including a temporary ban or permanent expulsion from the community without warning (and without refund in the case of a paid event).
61
+
62
+ ## 7. Reporting Guidelines
63
+
64
+ If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. [CONTACT_INFO_HERE].
65
+
66
+ [LINK_TO_REPORTING_GUIDELINES]
67
+
68
+ Additionally, community organizers are available to help community members engage with local law enforcement or to otherwise help those experiencing unacceptable behavior feel safe. In the context of in-person events, organizers will also provide escorts as desired by the person experiencing distress.
69
+
70
+ ## 8. Addressing Grievances
71
+
72
+ If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify GOVERNING_BODY with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies. [LINK_TO_POLICY]
73
+
74
+ [NOTE: Every organization's governing policies should dictate how you handle warnings and expulsions of community members. It is strongly recommended that you mention those policies here or in Section 7 and that you include a mechanism for addressing grievances.]
75
+
76
+ ## 9. Scope
77
+
78
+ We expect all community participants (contributors, paid or otherwise; sponsors; and other guests) to abide by this Code of Conduct in all community venues--online and in-person--as well as in all one-on-one communications pertaining to community business.
79
+
80
+ This code of conduct and its related procedures also applies to unacceptable behavior occurring outside the scope of community activities when such behavior has the potential to adversely affect the safety and well-being of community members.
81
+
82
+ ## 10. Contact info
83
+
84
+ [YOUR CONTACT INFO HERE -- this should be a single person or a small team who can respond to issues directly]
85
+
86
+ ## 11. License and attribution
87
+
88
+ The Citizen Code of Conduct is distributed by [Stumptown Syndicate](http://stumptownsyndicate.org) under a [Creative Commons Attribution-ShareAlike license](http://creativecommons.org/licenses/by-sa/3.0/).
89
+
90
+ Portions of text derived from the [Django Code of Conduct](https://www.djangoproject.com/conduct/) and the [Geek Feminism Anti-Harassment Policy](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy).
91
+
92
+ _Revision 2.3. Posted 6 March 2017._
93
+
94
+ _Revision 2.2. Posted 4 February 2016._
95
+
96
+ _Revision 2.1. Posted 23 June 2014._
97
+
98
+ _Revision 2.0, adopted by the [Stumptown Syndicate](http://stumptownsyndicate.org) board on 10 January 2013. Posted 17 March 2013._
@@ -0,0 +1,18 @@
1
+ +++
2
+ version = "1.0"
3
+ aliases = ["/version/1/0/0"]
4
+ +++
5
+
6
+ # Contributor Code of Conduct
7
+
8
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
9
+
10
+ We are committed to making participation in this project 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.
11
+
12
+ 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.
13
+
14
+ Project maintainers 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. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
15
+
16
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
17
+
18
+ This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at https://www.contributor-covenant.org/version/1/0/0/code-of-conduct.html
@@ -0,0 +1,20 @@
1
+ +++
2
+ version = "1.1"
3
+ aliases = ["/version/1/1/0"]
4
+ +++
5
+
6
+ # Contributor Code of Conduct
7
+
8
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
9
+
10
+ We are committed to making participation in this project 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.
11
+
12
+ 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.
13
+
14
+ Project maintainers 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. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
15
+
16
+ This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
17
+
18
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
19
+
20
+ This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.1.0, available at https://www.contributor-covenant.org/version/1/1/0/code-of-conduct.html
@@ -0,0 +1,27 @@
1
+ +++
2
+ version = "1.2"
3
+ aliases = ["/version/1/2/0"]
4
+ +++
5
+
6
+ # Contributor Code of Conduct
7
+
8
+ As contributors and maintainers of this project, and in the interest of fostering an open and welcoming 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.
9
+
10
+ We are committed to making participation in this project 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, religion, or nationality.
11
+
12
+ Examples of unacceptable behavior by participants include:
13
+
14
+ * The use of sexualized language or imagery
15
+ * Personal attacks
16
+ * Trolling or insulting/derogatory comments
17
+ * Public or private harassment
18
+ * Publishing other's private information, such as physical or electronic addresses, without explicit permission
19
+ * Other unethical or unprofessional conduct
20
+
21
+ Project maintainers 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. By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from the project team.
22
+
23
+ This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
24
+
25
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
26
+
27
+ This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.2.0, available at https://www.contributor-covenant.org/version/1/2/0/code-of-conduct.html
@@ -0,0 +1,29 @@
1
+ +++
2
+ version = "1.3"
3
+ aliases = ["/version/1/3/0/de/"]
4
+ +++
5
+
6
+ # Verhaltenskodex für Mitwirkende
7
+
8
+ Als die Mitwirkenden und die Verantwortlichen dieses Projekts, und in dem Willen, eine offene und einladende Gemeinschaft zu fördern. Daher verpflichen wir uns dazu, alle Personen zu respektieren, die zum Projekt beitragen, sei es durch das Anlegen von Support-Tickets, dem Veröffentlichen von Feature Requests, dem Überarbeiten von Dokumentation, dem Vorschlagen von Pull Requests oder Patches oder durch andere Aktivitäten.
9
+
10
+ Wir verpflichten uns, die Mitwirkung an diesem Projekt zu einer belästigungsfreien Erfahrung für alle zu machen, unabhängig von Kenntnisstand, Geschlecht, Geschlechtsidentität und -ausdruck, sexueller Orientierung, Behinderung, äußerlicher Erscheinung, Körpermaßen, ethnischer Herkunft und Identität, Alter, Religion oder Nationalität.
11
+
12
+ Beispiele für nicht akzeptables Verhalten beinhalten:
13
+
14
+ * Die Verwendung sexualisierter Sprache, Bilder oder Symbolik
15
+ * Persönliche Angriffe
16
+ * Trollen oder beleidigende / abwertende Kommentare
17
+ * Öffentliche oder private Belästigungen
18
+ * Das Veröffentlichen von privaten Informationen Anderer, wie zum Beispiel physische oder elektronische Adressen, ohne deren ausdrückliche Erlaubnis
19
+ * Anderes unethisches oder unprofessionelles Verhalten
20
+
21
+ Die Projektverantwortlichen haben das Recht und die Verantwortung, Kommentare, Commits, Code, Wiki-Bearbeitungen, Support-Tickets und andere Beiträge, die nicht mit diesem Verhaltenskodex vereinbar sind, zu entfernen, zu bearbeiten oder abzulehnen, und jene Mitwirkende für Verhaltensweisen, die sie für unangemessen, bedrohend, beleidigend oder verletzend halten, zeitweilig oder dauerhaft zu sperren.
22
+
23
+ Mit Annahme dieses Verhaltenskodexes verpflichten sich die Projektverantwortlichen, diese Prinzipien gerecht und einheitlich auf jeden Aspekt des Projektmanagements anzuwenden. Projektverantwortliche, die sich nicht nach dem Verhaltenskodex richten oder ihn nicht durchsetzen, können dauerhaft aus dem Projektteam ausgeschlossen werden.
24
+
25
+ Dieser Verhaltenskodex gilt sowohl innerhalb des Projektbereichs als auch in öffentlichen Bereichen, wenn eine Person das Projekt oder seine Gemeinschaft repräsentiert.
26
+
27
+ Fälle von missbräuchlichem, belästigendem oder anderweitig nicht akzeptablen Verhalten können den Projektverantwortlichen unter [EMAIL ADRESSE EINFÜGEN] gemeldet werden. Alle Beschwerden werden geprüft und untersucht, und werden zu einer Reaktion führen, die angesichts der Umstände für notwendig und angemessen gehalten wird. Die Verantwortlichen sind verpflichtet, über diejenigen, die Vorfälle gemeldet haben, Verschwiegenheit zu wahren.
28
+
29
+ Dieser Verhaltenskodex ist abgeleitet vom [Contributor Covenant](https://www.contributor-covenant.org), Version 1.3.0, verfügbar unter https://www.contributor-covenant.org/de/version/1/3/0/code-of-conduct.html
@@ -0,0 +1,28 @@
1
+ +++
2
+ version = "1.3"
3
+ aliases = ["/version/1/3/0/es/"]
4
+ +++
5
+
6
+ # Código de Conducta para Contribuyentes
7
+
8
+ Como contribuyentes y administradores de este proyecto, y en el interés de fomentar una comunidad abierta y acogedora, nos comprometemos a respetar a todas las personas que colaboran reportando errores, solicitando nuevas funcionalidades, actualizando documentación, generando *pull requests*, entre otras actividades.
9
+
10
+ Nos comprometemos a hacer que la participación en este proyecto sea una experiencia libre de acoso para todos, independientemente de su experiencia, género, identidad y expresión de género, orientación sexual, discapacidad, apariencia física, dimensión corporal, raza, etnia, edad, religión o nacionalidad.
11
+
12
+ Ejemplos de comportamiento inaceptable por participantes son:
13
+
14
+ * El uso de lenguaje o imágenes sexuales
15
+ * Ataques personales
16
+ * Comentarios insultantes o despectivos (*trolling*)
17
+ * Publicación de información privada de terceros sin su consentimiento, como direcciones físicas o electrónicas
18
+ * Conducta deshonesta o no profesional
19
+
20
+ Administradores del proyecto tienen el derecho y la responsabilidad de eliminar, editar o rechazar comentarios, *commits*, código, ediciones de documentación, *issues*, y otras contribuciones que no estén alineadas con este Código de Conducta, o de prohibir temporal o permanentemente a cualquier colaborador cuyo comportamiento sea inapropiado, amenazante, ofensivo o perjudicial.
21
+
22
+ Con la adopción de este Código de Conducta, administradores se comprometen a aplicar de manera justa y consistente estos principios a todos los aspectos de la gestión de este proyecto. Administradores que no sigan o que no hagan cumplir este Código de Conducta pueden ser eliminados de forma permanente del equipo administrador.
23
+
24
+ Este código de conducta aplica, tanto a los espacios del proyecto como a espacios públicos, donde un individuo esté representando al proyecto o su comunidad.
25
+
26
+ Ejemplos de abuso, acoso u otro comportamiento inaceptable pueden ser reportados al administrador del proyecto en [INSERTE CORREO AQUÍ]. Todas las quejas serán revisadas e investigadas, generando un resultado apropiado a las circunstancias. Los administradores tienen la obligación de mantener la confidencialidad de la persona que reportó el incidente.
27
+
28
+ Este Código de Conducta es una adaptación del [Contributor Covenant](https://www.contributor-covenant.org), versión 1.3.0, disponible en https://www.contributor-covenant.org/es/version/1/3/0/code-of-conduct.html
@@ -0,0 +1,56 @@
1
+ +++
2
+ version = "1.3"
3
+ aliases = ["/version/1/3/0/fr"]
4
+ +++
5
+
6
+ # Code de Conduite Contributeurs
7
+
8
+ En tant que contributeurs et responsables de ce projet, et dans l'intérêt
9
+ de favoriser une communauté ouverte et accueillante, nous nous engageons à
10
+ respecter toutes les personnes qui contribuent en rapportant des erreurs,
11
+ en postant des demandes de fonctionnalités nouvelles, en mettant à jour la
12
+ documentation, en soumettant des _pull requests_ ou des correctifs, ainsi que
13
+ toutes autres activités.
14
+
15
+ Nous sommes déterminés à rendre toute participation à ce projet une
16
+ expérience exempte de harcèlement pour tout le monde, quel que soit le niveau
17
+ d'expérience, le sexe, l'identité ou l'expression de genre, l'orientation
18
+ sexuelle, le handicap, l'apparence personnelle, la taille physique, la race,
19
+ l'origine ethnique, l'âge, la religion ou la nationalité.
20
+
21
+ Exemples de comportements non acceptables :
22
+
23
+ * l'utilisation de langage ou d'imagerie sexualisés ;
24
+ * les attaques personnelles ;
25
+ * le _trolling_, ou les commentaires insultants ou désobligeants ;
26
+ * le harcèlement en public ou en privé ;
27
+ * la publication d'informations privées de tierces personnes, telles que
28
+ les adresses physiques ou électroniques, sans permission explicite ;
29
+ * toute conduite non professionnelle ou contraire à l'éthique.
30
+
31
+ Les mainteneurs du projet ont le droit et la responsabilité de supprimer,
32
+ modifier ou rejeter les commentaires, _commits_, code, modifications du wiki,
33
+ questions et autres contributions qui ne respectent pas ce Code de Conduite,
34
+ ou de bannir temporairement ou définitivement tout contributeur à la suite
35
+ d'autres comportements qu'ils jugent inappropriés, menaçants, injurieux,
36
+ ou nuisibles.
37
+
38
+ En adoptant ce Code de Conduite, les mainteneurs du projet s'engagent à
39
+ appliquer équitablement et uniformément ces principes à tous les aspects de
40
+ la gestion de ce projet. Les mainteneurs de projets qui ne suivent pas ou ne
41
+ font pas respecter le Code de Conduite peuvent être retirés de façon permanente
42
+ de l'équipe de projet.
43
+
44
+ Ce Code de Conduite s'applique à la fois au sein des espaces de projet
45
+ ainsi que dans les espaces publics quand un individu représente le projet
46
+ ou sa communauté.
47
+
48
+ Les instances de comportement abusif, harcelant ou autrement inacceptable
49
+ peuvent être signalés en contactant un responsable de projet à
50
+ [INSERER ADRESSE EMAIL]. Toutes les plaintes seront examinées et étudiées
51
+ et se traduiront par une réponse jugée nécessaire et appropriée aux
52
+ circonstances. Les mainteneurs s'obligent à garder confidentielles les
53
+ informations de la personne qui remonte un incident.
54
+
55
+ Ce Code de Conduite est adaptée du [Contributor Covenant](https://www.contributor-covenant.org),
56
+ version 1.3.0, disponible à https://www.contributor-covenant.org/fr/version/1/3/0/code-of-conduct.html
@@ -0,0 +1,29 @@
1
+ +++
2
+ version = "1.3"
3
+ aliases = ["/version/1/3/0/hu"]
4
+ +++
5
+
6
+ # Közreműködők Magatartási Kódexe
7
+
8
+ Mint a projekt közreműködői és fenntartói, valamint annak érdekében, hogy egy nyitott es befogadó közösséget ápoljunk, fogadjuk hogy tiszteletben tartunk mindenkit, aki hozzá járul a munkához. Tegye ezt azzal, hogy problémákat jelent be, új funkciókat javasol, frissíti a dokumentációt, patch-eket és egyéb kódot (pull request) küld be vagy a fentieken kívül bármilyen más tevékenységben részt vesz.
9
+
10
+ Elkötelezettek vagyunk afelé, hogy a projektben való részvétel mindenki számára zaklatás mentes legyen. Függetlenül as illető tapasztalatától, nemétől, nemi identitásától, szexuális hovatartozásától, fogyatékosságától, külső megjelenésétől, méretétől, fajától, etmikumától, korától, vallásától és nemzetiségétől.
11
+
12
+ Elfogadhatatlan magatartást tükröz a közreműködőktől bármely az alábbiakból:
13
+
14
+ * Szexualizált nyelvhasználat vagy képi tartalom
15
+ * Személyes támadások
16
+ * Trollkodás vagy bántó, lekicsinylő hozzászólások
17
+ * Nyilvános vagy privát zaklatás
18
+ * Engedély nélkül nyilvánosságra hozni valamely tag személyes adatait, például címét, electronikus elérhetőségét
19
+ * Más etikátlan vagy szakszerűtlen magatartás
20
+
21
+ Projekt fenntartóknak jogukban áll az itt megjelent Magatartási Kódexnek ellentmondó hozzászólásokat, kódot, wiki bejegyzéseket, javaslatokat és hozzájárulásokat bármely más formában törölni, szerkeszteni vagy elutasítani. Ezen felül időlegesen vagy véglegesen kitiltani egyéneket alkalmatlan, fenyegető, bántó vagy ártalmas viselkedésért
22
+
23
+ Azzal, hogy elfogadják a Magatartási Kódexet, a projekt fenntartók kötelezik magukat, hogy a fentiekben foglalt alapelveket következetesen betartják és betartatják a projekt minden vonatkozásában. Projekt fenntartók akik esetleg nem tartják vagy tartatják be a Magatartási Kódexet örökre eltávolíthatók a fenntartó csapatból.
24
+
25
+ Ez a Magatartási Kódex érvényes mind a projekt felületén és a valós életben egyaránt, bármikor amikor egy személy képviseli a projektet és a hozzá tartozó közösséget.
26
+
27
+ Bármilyen gyalázkodó, zaklató jellegű vagy egyébként elfogadhatatlan magatartást jelentse egy fenntartónak a(z) [INSERT EMAIL ADDRESS] címen. Minden egyes panasz átnézésre és kivizsgálásra, valamint a körülményeknek meglelelő válaszlépések megtételére sor kerül. A fenntartók elkötelezettek afelé hogy az incidens és a bejelentője adatai bizalmas kezelendőek.
28
+
29
+ Ez a Magatartási Kódex a [Contributor Covenant](https://www.contributor-covenant.org) alapján készült. A Kódex 1.3.0 verziója megtalálható a https://www.contributor-covenant.org/hu/version/1/3/0/code-of-conduct.html címen.
@@ -0,0 +1,29 @@
1
+ +++
2
+ version = "1.3"
3
+ aliases = ["/version/1/3/0/it"]
4
+ +++
5
+
6
+ # Codice di Comportamento del Collaboratore
7
+
8
+ In quanto collaboratori e responsabili di questo progetto, nell'interesse di incoraggiare una comunità aperta ed accogliente, noi ci impegnamo a rispettare tutte le persone che contribuiscono attraverso la segnalazione di problemi, la richiesta di funzionalità, l'aggiornamento della documentazione, la creazione di pull request o patch ed altre attività.
9
+
10
+ Noi ci impegnamo a rendere la partecipazione a questo progetto una esperienza libera da molestie per tutti, indipendentemente dal livello di esperienza, sesso, identità ed espressione di genere, orientamento sessuale, disabilità, aspetto fisico, corporatura, razza, etnia, età, religione e nazionalità.
11
+
12
+ Esempi di comportamento inaccettabile:
13
+
14
+ * L'uso di un linguaggio o immagini sessuali
15
+ * Attacchi personali
16
+ * Comportamento da troll o commenti offensivi/dispregiativi
17
+ * Molestie pubbliche o private
18
+ * Pubblicazione di informazioni private di un individuo, quali l'indirizzo reale e/o elettronico, senza l'esplicito consenso
19
+ * Altre condotte immorali o non professionali
20
+
21
+ I responsabili del progetto hanno il diritto e la responsabilità di rimuovere, modificare, o cancellare commenti, commit, codice, modifiche del wiki, ticket, ed altri contributi che non sono in linea con questo Codice di Comportamento, o di bandire temporaneamente o permanentemente qualsiasi collaboratore per altri comportamenti che verranno ritenuti inappropriati, intimidatori, offensivi o dannosi.
22
+
23
+ Con l'adozione di questo Codice di Comportamento i responsabili del progetto si impegnano ad applicare equamente e costantemente questi princìpi ad ogni aspetto della gestione di questo progetto. I responsabili del progetto che non seguiranno o applicheranno il Codice di Comportamento potranno essere permanentemente rimossi dal team.
24
+
25
+ Questo Codice di Comportamento è applicabile sia al progetto online che agli spazi pubblici quando un individuo rappresenta il progetto stesso o la sua comunità.
26
+
27
+ Casi di comportamento ingiurioso, molesto o altrimenti inaccettabile possono essere riportati contattando il responsabile del progetto tramite [INSERIRE INDIRIZZO EMAIL]. Tutti i reclami saranno revisionati ed indagati e risulteranno in una risposta ritenuta necessaria ed appropriata alle circostanze. I responsabili sono obbligati a manterere riserbo rispetto a chi riporta un caso.
28
+
29
+ Questo Codice di Comportamento è adattato da [Contributor Covenant](https://www.contributor-covenant.org), versione 1.3.0, disponibile presso https://www.contributor-covenant.org/it/version/1/3/0/code-of-conduct.html
@@ -0,0 +1,48 @@
1
+ +++
2
+ version = "1.3"
3
+ aliases = ["/version/1/3/0/ja"]
4
+ +++
5
+
6
+ # コントリビュータの行動規範
7
+
8
+ オープンで歓迎的な雰囲気のコミュニティを育成するため、プロジェクトのコ
9
+ ントリビュータとメンテナとして、私たちは問題のレポート、機能追加の要求、
10
+ ドキュメントの更新、プルリクエストやパッチのサブミット、その他のあらゆ
11
+ る活動に貢献するすべての人を尊重することを誓います。
12
+
13
+ 経験の有無、性別、性自認や性別表現、性的指向、障碍、容姿、体型、人種、
14
+ 民族、年齢、宗教、国籍に関わりなく、このプロジェクトに参加することが誰
15
+ にとっても嫌がらせのない体験であるように、私達は努めています。
16
+
17
+ 容認できない行動の例としては以下のものがあります:
18
+
19
+ * 性的な言葉・画像の使用
20
+ * 個人攻撃
21
+ * 荒らしや侮辱/軽蔑のためのコメント
22
+ * 公的および私的な嫌がらせ
23
+ * 物理的または電子的な連絡先といった個人情報を、明確な許可なしに公開する
24
+ * その他の倫理、もしくは職業倫理に反する行為
25
+
26
+ プロジェクトのメンテナは、この行動規範に従っていない、コメント、コミッ
27
+ ト、コード、wiki の編集、issue、その他の貢献に対して、削除、編集、拒否
28
+ する権利と義務を有します。また、他の不適切、脅迫的、攻撃的、嫌がらせと
29
+ 考えられる行動を取ったコントリビュータに対して、一時的もしくは恒久的な
30
+ 追放を行う権利と義務を有します。
31
+
32
+ この行動規範を承認することにより、プロジェクトのメンテナは、この行動規
33
+ 範を公平かつ一貫してプロジェクト管理のあらゆる側面に対して適用すること
34
+ を誓います。行動規範に従わない、もしくは実施しないプロジェクトのメンテ
35
+ ナは、プロジェクトチームから恒久的に外されることがあります。
36
+
37
+ この行動規範はこのプロジェクト内、または公共空間で個人がプロジェクトや
38
+ コミュニティを代表しているときに適用されます。
39
+
40
+ 暴言、嫌がらせ、またはそれ以外の受け入れられない行動は
41
+ [INSERT MAIL ADDRESS] 経由でプロジェクトのメンテナに報告してください。
42
+
43
+ すべての苦情はレビュー、調査され、状況に応じて必要かつ適切と判断された
44
+ 対応を取ります。メンテナは報告者についての守秘義務を有します。
45
+
46
+ この行動規範は、https://www.contributor-covenant.org/ja/version/1/3/0/code-of-conduct.html
47
+ で公開 されている [コントリビュータ協定](https://www.contributor-covenant.org)
48
+ バー ジョン 1.3.0 に適合しています。