Skip to content

Commit 13ec9f7

Browse files
author
leonawicz
committed
Add code of conduct.
1 parent 8e1a832 commit 13ec9f7

File tree

7 files changed

+288
-1
lines changed

7 files changed

+288
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
^CRAN-RELEASE$
2222
^README\.html$
2323
^codemeta\.json$
24+
^CODE_OF_CONDUCT\.md$

CODE_OF_CONDUCT.md

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

README.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,7 @@ The R-Music <a href="https://r-music.rbind.io/">blog</a> provides package introd
215215
```{r cleanup, echo=FALSE}
216216
unlink("phrase.mid")
217217
```
218+
219+
---
220+
221+
Please note that this project is released with a [Contributor Code of Conduct](https://leonawicz.github.io/tabr/CODE_OF_CONDUCT.html). By participating in this project you agree to abide by its terms.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,3 +377,9 @@ provides package introductions and examples.
377377
- The [tuneR](https://CRAN.R-project.org/package=tuneR) package for
378378
analysis of music and speech by Uwe Ligges, Sebastian Krey, Olaf
379379
Mersmann, and Sarah Schnackenberg.
380+
381+
-----
382+
383+
Please note that this project is released with a [Contributor Code of
384+
Conduct](https://leonawicz.github.io/tabr/CODE_OF_CONDUCT.html). By
385+
participating in this project you agree to abide by its terms.

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,6 @@
226226
"music-notation"
227227
],
228228
"relatedLink": "https://CRAN.R-project.org/package=tabr",
229-
"fileSize": "283.526KB",
229+
"fileSize": "283.623KB",
230230
"developmentStatus": "http://www.repostatus.org/#active"
231231
}

docs/CODE_OF_CONDUCT.html

Lines changed: 243 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)