Skip to content

Commit eb8a93d

Browse files
author
GaProgMan
committed
Added Contributor Code of Conduct details
1 parent e92055f commit eb8a93d

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

Code of Conduct.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
This Code of Conduct is adapted from the Contributor Covenant, version 1.3.0, available from [http://contributor-covenant.org/version/1/3/0/](http://contributor-covenant.org/version/1/3/0/)
2+
3+
# Contributor Code of Conduct
4+
5+
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
6+
7+
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.
8+
9+
Examples of unacceptable behavior by participants include:
10+
11+
- The use of sexualized language or imagery
12+
- Personal attacks
13+
-Trolling or insulting/derogatory comments
14+
-Public or private harassment
15+
-Publishing other's private information, such as physical or electronic addresses, without explicit permission
16+
- Other unethical or unprofessional conduct
17+
-Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
18+
19+
By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from the project team.
20+
21+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
22+
23+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer at jamie<at>gaprogman<dot>com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. Maintainers are obligated to maintain confidentiality with regard to the reporter of an incident.
24+
25+
This Code of Conduct is adapted from the Contributor Covenant, version 1.3.0, available from [http://contributor-covenant.org/version/1/3/0/](http://contributor-covenant.org/version/1/3/0/)

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ It uses Entity Framework Core to communicate with a Sqlite database, which conta
1414

1515
It has been released, as is, using an MIT licence. For more information on the MIT licence, please see either the `LICENSE` file in the root of the repository or see the tl;dr Legal page for [MIT](https://tldrlegal.com/license/mit-license)
1616

17+
## Code of Conduct
18+
dwCheckApi has a Code of Conduct which all contributors, maintainers and frokers must adhere to. When contributing, maintaining, forking or in any other way changing the code presented in this repository, all users must agree to this Code of Conduct.
19+
20+
See `Code of Conduct.md` for details.
21+
1722
## Building and Running
1823

1924
1. Change directory to the src directory

0 commit comments

Comments
 (0)