-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathrules.php
47 lines (43 loc) · 3.47 KB
/
rules.php
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
<?php
declare(strict_types=1);
return [
'title' => 'Code of conduct',
'description' => 'All participants in the Laravel Cameroon community are expected to abide by our code of conduct, both online and at in-person events hosted and/or associated with the Laravel Cameroon community.',
'our_commitment' => [
'title' => 'Our Commitment',
'paragraph' => 'In the interest of fostering an open and welcoming environment, we, as contributors and maintainers, are committed to making participation in our project and community a harassment-free experience for all, regardless of age, size, disability, ethnicity, gender identity and expression, experience level, nationality, personal appearance, race, religion or identity.',
],
'standards' => [
'title' => 'Our standards',
'paragraph_one' => 'Here are some examples of behaviors that help create a positive environment:',
'item_one' => 'Use welcoming and inclusive language',
'item_two' => 'Be respectful of different points of view and experiences',
'item_three' => 'Accept constructive criticism graciously',
'item_four' => 'Focus on what\'s best for the community',
'item_five' => 'Empathize with other community members',
'paragraph_two' => 'The following are examples of unacceptable behavior on the part of participants:',
'item_six' => 'The use of sexualized language or images and unwanted sexual attention or advances',
'item_seven' => 'Trolling, insulting / derogatory comments and personal or political attacks',
'item_eight' => 'Public or private harassment',
'item_nine' => 'Publication of others private information, such as a physical or e-mail address, without explicit permission',
'item_ten' => 'Other conduct that might reasonably be considered inappropriate in a professional setting',
],
'responsibilities' => [
'title' => 'Our responsibilities',
'first_paragraph' => 'Project Leaders are responsible for clarifying standards of acceptable behavior and must take appropriate and fair corrective action in response to any instances of unacceptable behavior.',
'second_paragraph' => 'Project managers have the right and responsibility to delete, modify or reject comments, validations, code, wiki edits, issues, and other contributions that are not aligned with this code of conduct, or to temporarily or permanently ban any contributor for other behavior they deem inappropriate, threatening, offensive or harmful.',
],
'implementation' => [
'title' => 'Enforcement',
'mail' => '[email protected]',
'first_paragraph_one' => 'Cases of abusive, harassing or otherwise unacceptable behavior can be reported by contacting the project manager via',
'first_paragraph_two' => 'The project team will review and investigate all complaints, and respond as it deems appropriate to the circumstances. The project team is obliged to maintain confidentiality with regard to incident reporters. Further details of specific enforcement policies may be published separately.',
'second_paragraph' => 'Project managers who fail to respect or apply the Code of Conduct in good faith may face repercussions determined by other members of project management.',
],
'attribution' => [
'title' => 'Attribution',
'link' => ' Contributor agreement',
'version' => 'version 1.4.',
'description' => 'This code of conduct is adapted from the',
],
];