Skip to content

Commit 7906a8d

Browse files
authored
docs: 📝 add Code of Conduct file to root (#162)
# Description Adds a `CODE_OF_CONDUCT.md` to the root project, and refer to this file, not the `.github` repo one. This PR needs a quick review.
1 parent c732c8e commit 7906a8d

File tree

4 files changed

+35
-8
lines changed

4 files changed

+35
-8
lines changed

CODE_OF_CONDUCT.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Contributor Code of Conduct
2+
3+
As contributors and maintainers of this project, we pledge to respect
4+
all people who contribute through reporting issues, posting suggestions,
5+
updating any material, submitting pull requests, and other activities.
6+
7+
We are committed to making participation in this project a
8+
harassment-free experience for everyone, regardless of level of
9+
experience, gender, gender identity and expression, sexual orientation,
10+
disability, personal appearance, body size, race, ethnicity, age, or
11+
religion.
12+
13+
Examples of unacceptable behavior by participants include the use of
14+
sexual language or imagery, derogatory comments or personal attacks,
15+
trolling, public or private harassment, insults, or other unprofessional
16+
conduct.
17+
18+
Project maintainers have the right and responsibility to remove, edit,
19+
or reject comments, commits, code, wiki edits, issues, and other
20+
contributions that are not aligned to this Code of Conduct. Project
21+
maintainers who do not follow the Code of Conduct may be removed from
22+
the project team.
23+
24+
Instances of abusive, harassing, or otherwise unacceptable behavior may
25+
be reported by opening an issue or contacting one or more of the project
26+
maintainers.
27+
28+
This Code of Conduct is adapted from the Contributor Covenant
29+
(https://contributor-covenant.org), version 1.0.0, available at
30+
https://contributor-covenant.org/version/1/0/0/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ for information on how to contribute to the project, including how to
4242
set up your development environment.
4343

4444
Please note that this project is released with a [Contributor Code of
45-
Conduct](https://github.com/seedcase-project/.github/blob/main/CODE_OF_CONDUCT.md).
46-
By participating in this project you agree to abide by its terms.
45+
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
46+
to abide by its terms.
4747

4848
## Licensing
4949

README.qmd

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ for information on how to contribute to the project, including how to
3434
set up your development environment.
3535

3636
Please note that this project is released with a [Contributor Code of
37-
Conduct](https://github.com/{{< meta gh.org >}}/.github/blob/main/CODE_OF_CONDUCT.md).
38-
By participating in this project you agree to abide by its terms.
39-
40-
::: content-hidden
41-
<!-- TODO: Unhide after more contributors -->
37+
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
38+
to abide by its terms.
4239

4340
### Contributors
4441

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ update-quarto-theme:
2424

2525
# Update files in the template from the copier parent folder
2626
update-template:
27-
cp .pre-commit-config.yaml .typos.toml .editorconfig template/
27+
cp CODE_OF_CONDUCT.md .pre-commit-config.yaml .typos.toml .editorconfig template/
2828
mkdir -p template/tools
2929
cp tools/get-contributors.sh template/tools/
3030
cp .github/pull_request_template.md template/.github/

0 commit comments

Comments
 (0)