Description
A healthy open-source community requires clear guidelines for interaction. A CODE_OF_CONDUCT.md file establishes these expectations and provides a process for reporting and handling violations. The existing CONTRIBUTING.md is good but does not serve this purpose.
Acceptance Criteria
- Add a
CODE_OF_CONDUCT.md file to the root of the repository.
- Use a standard template, such as the Contributor Covenant.
- Update the
CODE_OF_CONDUCT.md file to specify an email address for reporting issues.
- Link to this new file from the
README.md and CONTRIBUTING.md files.
Description
A healthy open-source community requires clear guidelines for interaction. A
CODE_OF_CONDUCT.mdfile establishes these expectations and provides a process for reporting and handling violations. The existingCONTRIBUTING.mdis good but does not serve this purpose.Acceptance Criteria
CODE_OF_CONDUCT.mdfile to the root of the repository.CODE_OF_CONDUCT.mdfile to specify an email address for reporting issues.README.mdandCONTRIBUTING.mdfiles.