2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

Update CoC and contact details

This commit is contained in:
Emerle, Ryan 2021-12-14 17:16:30 -05:00
parent 0c4eebd510
commit f34e6928b2
No known key found for this signature in database
GPG Key ID: C0D34C592AED41CE
5 changed files with 28 additions and 23 deletions

View File

@ -1,8 +1,11 @@
# VinylDNS Code of Conduct # Contributor Covenant Code of Conduct
## Our Pledge ## Our Pledge
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making
participation in our project and our community a harassment-free experience for everyone, regardless of age, body size,
disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race,
religion, or sexual identity and orientation.
## Our Standards ## Our Standards
@ -24,23 +27,36 @@ Examples of unacceptable behavior by participants include:
## Our Responsibilities ## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take
appropriate and fair corrective action in response to any instances of unacceptable behavior.
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. 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.
## Scope ## Scope
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the
project or its community. Examples of representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed representative at an online or offline
event. Representation of a project may be further defined and clarified by project maintainers.
## Enforcement ## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at vinyldns-core@googlegroups.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team
at [Comcast_Open_Source_Services@comcast.com](mailto:Comcast_Open_Source_Services@comcast.com). All complaints will be
reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.
The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of
specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent
repercussions as determined by other members of the project's leadership.
## Attribution ## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available
at [http://contributor-covenant.org/version/1/4][version]
[homepage]: http://contributor-covenant.org [homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/ [version]: http://contributor-covenant.org/version/1/4/

View File

@ -23,9 +23,8 @@ The following are a set of guidelines for contributing to VinylDNS and its assoc
## Code of Conduct ## Code of Conduct
This project and everyone participating in it are governed by the [VinylDNS Code Of Conduct](CODE_OF_CONDUCT.md). By This project and everyone participating in it are governed by the [VinylDNS Code Of Conduct](https://github.com/vinyldns/vinyldns/blob/master/CODE_OF_CONDUCT.md). By
participating, you agree to this Code. Please report any violations to the code of conduct to participating, you agree to this Code.
[vinyldns-core@googlegroups.com](mailto:vinyldns-core@googlegroups.com).
## Issues ## Issues

View File

@ -44,7 +44,6 @@ Integration is simple with first-class language support including:
* [Code of Conduct](#code-of-conduct) * [Code of Conduct](#code-of-conduct)
* [Developer Guide](#developer-guide) * [Developer Guide](#developer-guide)
* [Contributing](#contributing) * [Contributing](#contributing)
* [Contact](#contact)
* [Maintainers and Contributors](#maintainers-and-contributors) * [Maintainers and Contributors](#maintainers-and-contributors)
* [Credits](#credits) * [Credits](#credits)
@ -132,8 +131,7 @@ the record data we entered.
## Code of Conduct ## Code of Conduct
This project, and everyone participating in it, are governed by the [VinylDNS Code Of Conduct](CODE_OF_CONDUCT.md). By This project, and everyone participating in it, are governed by the [VinylDNS Code Of Conduct](CODE_OF_CONDUCT.md). By
participating, you agree to this Code. Please report any violations to the code of conduct to participating, you agree to this Code.
[vinyldns-core@googlegroups.com](mailto:vinyldns-core@googlegroups.com).
## Developer Guide ## Developer Guide
@ -143,11 +141,6 @@ See [DEVELOPER_GUIDE.md](DEVELOPER_GUIDE.md) for instructions on setting up Viny
See the [Contributing Guide](CONTRIBUTING.md). See the [Contributing Guide](CONTRIBUTING.md).
## Contact
- If you have any security concerns please contact the maintainers
directly [vinyldns-core@googlegroups.com](mailto:vinyldns-core@googlegroups.com)
## Maintainers and Contributors ## Maintainers and Contributors
The current maintainers (people who can merge pull requests) are: The current maintainers (people who can merge pull requests) are:

View File

@ -17,7 +17,7 @@ lazy val sharedSettings = Seq(
organizationName := "Comcast Cable Communications Management, LLC", organizationName := "Comcast Cable Communications Management, LLC",
startYear := Some(2018), startYear := Some(2018),
licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")), licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")),
maintainer := "VinylDNS Maintainers <vinyldns-core@googlegroups.com>", maintainer := "VinylDNS Maintainers",
scalacOptions ++= scalacOptionsByV(scalaVersion.value), scalacOptions ++= scalacOptionsByV(scalaVersion.value),
scalacOptions in(Compile, doc) += "-no-link-warnings", scalacOptions in(Compile, doc) += "-no-link-warnings",
// Use wart remover to eliminate code badness // Use wart remover to eliminate code badness

View File

@ -8,6 +8,3 @@ position: 7
- VinylDNS Discussions: - VinylDNS Discussions:
<https://github.com/vinyldns/vinyldns/discussions> <https://github.com/vinyldns/vinyldns/discussions>
- Contact the VinylDNS Core Team:
vinyldns-core@googlegroups.com