Skip to content

Commit 82d0611

Browse files
committed
refactor: ♻️ update supporting files
1 parent 4b78898 commit 82d0611

File tree

5 files changed

+49
-4
lines changed

5 files changed

+49
-4
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/

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,14 @@ When testing the template, copier can only use content kept in the Git
4747
history. Meaning that if you make changes to the template and try to
4848
test it, it won't be able to test those changes. You have to commit the
4949
changes first in order for copier to use them.
50+
51+
When committing changes, please try to follow [Conventional
52+
Commits](https://decisions.seedcase-project.org/why-conventional-commits)
53+
as Git messages. Using this convention allows us to be able to
54+
automatically create a release based on the commit message by using
55+
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen).
56+
If you don't use Conventional Commits when making a commit, we will
57+
revise the pull request title to follow that format, as we use [squash
58+
merges](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/squashing-commits/about-squash-merges)
59+
when merging pull requests, so all other commits in the pull request
60+
will be squashed into one commit.

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ for information on how to contribute to the project, including how to
3131
set up your development environment.
3232

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

3737
## Licensing
3838

index.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ configurations in place, including for developing the Data Package.
4848
We would love your feedback or contributions! Head over to our [GitHub
4949
repository](https://github.com/seedcase-project/{{< meta repo >}}) to
5050
share your ideas or contribute code. Your input makes us better!
51+
52+
## Licensing
53+
54+
This project is licensed under the [MIT License](/LICENSE.md).

0 commit comments

Comments
 (0)