Skip to content

Commit b3b10fb

Browse files
committed
feat: adding code of conduct and license to site
1 parent 03e9fdd commit b3b10fb

File tree

4 files changed

+84
-2
lines changed

4 files changed

+84
-2
lines changed

CODE_OF_CONDUCT.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Code of Conduct
2+
3+
In the interest of fostering an open and welcoming environment, we as
4+
contributors and maintainers pledge to making participation in our project and
5+
our community a harassment-free experience for everyone, regardless of age, body
6+
size, disability, ethnicity, gender identity and expression, level of
7+
experience, education, socioeconomic status, nationality, personal appearance,
8+
race, religion, or sexual identity and orientation.
9+
10+
## Our Standards
11+
12+
Examples of behavior that contributes to creating a positive environment
13+
include:
14+
15+
* using welcoming and inclusive language,
16+
* being respectful of differing viewpoints and experiences,
17+
* gracefully accepting constructive criticism,
18+
* focusing on what is best for the community, and
19+
* showing empathy towards other community members.
20+
21+
Examples of unacceptable behavior by participants include:
22+
23+
* the use of sexualized language or imagery and unwelcome sexual
24+
attention or advances,
25+
* trolling, insulting/derogatory comments, and personal or political
26+
attacks,
27+
* public or private harassment,
28+
* publishing others' private information, such as a physical or
29+
electronic address, without explicit permission, and
30+
* other conduct which could reasonably be considered inappropriate in
31+
a professional setting
32+
33+
## Our Responsibilities
34+
35+
Project maintainers are responsible for clarifying the standards of acceptable
36+
behavior and are expected to take appropriate and fair corrective action in
37+
response to any instances of unacceptable behavior.
38+
39+
Project maintainers have the right and responsibility to remove, edit, or reject
40+
comments, commits, code, wiki edits, issues, and other contributions that are
41+
not aligned to this Code of Conduct, or to ban temporarily or permanently any
42+
contributor for other behaviors that they deem inappropriate, threatening,
43+
offensive, or harmful.
44+
45+
## Scope
46+
47+
This Code of Conduct applies both within project spaces and in public spaces
48+
when an individual is representing the project or its community. Examples of
49+
representing a project or community include using an official project email
50+
address, posting via an official social media account, or acting as an appointed
51+
representative at an online or offline event. Representation of a project may be
52+
further defined and clarified by project maintainers.
53+
54+
## Enforcement
55+
56+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
57+
reported by emailing the project team. All complaints will be reviewed
58+
and investigated and will result in a response that is deemed necessary and
59+
appropriate to the circumstances. The project team is obligated to maintain
60+
confidentiality with regard to the reporter of an incident. Further details of
61+
specific enforcement policies may be posted separately.
62+
63+
Project maintainers who do not follow or enforce the Code of Conduct in good
64+
faith may face temporary or permanent repercussions as determined by other
65+
members of the project's leadership.
66+
67+
## Attribution
68+
69+
This Code of Conduct is adapted from the [Contributor Covenant][contributor_covenant]
70+
version 1.4.
71+
72+
[contributor_covenant]: https://www.contributor-covenant.org/

_includes/boilerplate.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
{% capture newline %}
2-
{% endcapture %}
31
{% capture other %}{% include_relative {{include.filename}} %}{% endcapture %}
42
{{ other | markdownify | split: "</h1>" | last }}

conduct_.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Code of Conduct
3+
permalink: /conduct/
4+
---
5+
6+
{% include boilerplate.md filename='CODE_OF_CONDUCT.md' %}

license_.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: License
3+
permalink: /license/
4+
---
5+
6+
{% include boilerplate.md filename='LICENSE.md' %}

0 commit comments

Comments
 (0)