Skip to content

Commit 016926e

Browse files
committed
Add code of conduct. Update README and re-build website.
1 parent 3113f08 commit 016926e

10 files changed

Lines changed: 50 additions & 7 deletions

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^CODE_OF_CONDUCT\.md$
12
^Meta$
23
^docs$
34
^pkgdown$

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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,3 +315,9 @@ There is a Changelog for the GitHub `master` branch which will reflect any updat
315315
# Getting help
316316

317317
The [Get Started](https://dillonhammill.github.io/CytoRSuite/articles/CytoRSuite.html) and [Reference](https://dillonhammill.github.io/CytoRSuite/reference/index.html) sections on the **CytoRSuite** website are your first port of call if you require any help. For more detailed workflows refer the **Articles** tab. If you encounter any issues with the functioning of the package refer to these [issues](https://github.com/DillonHammill/CytoRSuite/issues) to see if the problem has been identified and resolved. Feel free to post new issues on the GitHub page if they have not already been addressed.
318+
319+
# Code of conduct
320+
321+
Please note that the **CytoRSuite** project is released with a
322+
[Contributor Code of Conduct](CODE_OF_CONDUCT.md).
323+
By contributing to this project, you agree to abide by its terms.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ status](https://travis-ci.org/DillonHammill/CytoRSuite.svg?branch=master)](https
1111
[![Coverage
1212
status](https://codecov.io/gh/DillonHammill/CytoRSuite/branch/master/graph/badge.svg)](https://codecov.io/github/DillonHammill/CytoRSuite?branch=master)
1313
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
14-
[![Last-changedate](https://img.shields.io/badge/last%20change-2019--02--08-yellowgreen.svg)](/commits/master)
14+
[![Last-changedate](https://img.shields.io/badge/last%20change-2019--02--09-yellowgreen.svg)](/commits/master)
1515

1616
**CytoRSuite** is designed to provide an interactive interface for the
1717
analysis of flow cytometry data in R. If you are new to **CytoRSuite**
@@ -326,3 +326,9 @@ refer to these
326326
[issues](https://github.com/DillonHammill/CytoRSuite/issues) to see if
327327
the problem has been identified and resolved. Feel free to post new
328328
issues on the GitHub page if they have not already been addressed.
329+
330+
# Code of conduct
331+
332+
Please note that the **CytoRSuite** project is released with a
333+
[Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to
334+
this project, you agree to abide by its terms.

docs/articles/CytoRSuite-Compensation.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/CytoRSuite-Gate-Manipulation.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/CytoRSuite-Gating-Functions.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/CytoRSuite-Visualisation.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/CytoRSuite.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)