mirror of
https://github.com/apple/container.git
synced 2026-08-24 10:05:43 -05:00
Remove local CoC and MD updates (#29)
* Remove local `CODE-OF-CONDUCT.md` as we are now using the organization one. * Update `SECURITY.md`'s title to ```diff - # Security process + # Security disclosure process ``` * Remove extra space in `CONTRIBUTING.md` title * Add contribution section in `README.md`
This commit is contained in:
@@ -1,77 +0,0 @@
|
|||||||
# Code of Conduct
|
|
||||||
|
|
||||||
## 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, sex
|
|
||||||
characteristics, gender identity and expression, level of experience,
|
|
||||||
education, socio-economic status, nationality, personal appearance,
|
|
||||||
race, religion, or sexual identity and orientation.
|
|
||||||
|
|
||||||
## Our Standards
|
|
||||||
|
|
||||||
Examples of behavior that contributes to creating a positive environment
|
|
||||||
include:
|
|
||||||
|
|
||||||
* Using welcoming and inclusive language
|
|
||||||
* Being respectful of differing viewpoints and experiences
|
|
||||||
* Gracefully accepting constructive criticism
|
|
||||||
* Focusing on what is best for the community
|
|
||||||
* Showing empathy towards other community members
|
|
||||||
|
|
||||||
Examples of unacceptable behavior by participants include:
|
|
||||||
|
|
||||||
* The use of sexualized language or imagery and unwelcome sexual
|
|
||||||
attention or advances
|
|
||||||
* Trolling, insulting/derogatory comments, and personal or political
|
|
||||||
attacks
|
|
||||||
* Public or private harassment
|
|
||||||
* Publishing others’ private information, such as a physical or
|
|
||||||
electronic address, without explicit permission
|
|
||||||
* Other conduct which could reasonably be considered inappropriate in a
|
|
||||||
professional setting
|
|
||||||
|
|
||||||
## 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 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
|
|
||||||
|
|
||||||
This Code of Conduct applies within all project spaces, and it also
|
|
||||||
applies when an individual is representing the project or its community
|
|
||||||
in public spaces. 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
|
|
||||||
|
|
||||||
Instances of abusive, harassing, or otherwise unacceptable behavior may
|
|
||||||
be reported by contacting the open source team at
|
|
||||||
opensource-conduct@group.apple.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.
|
|
||||||
|
|
||||||
## Attribution
|
|
||||||
|
|
||||||
This Code of Conduct is adapted from the
|
|
||||||
[Contributor Covenant](https://www.contributor-covenant.org), version 1.4,
|
|
||||||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
|
||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
Contributions are welcome and encouraged! Read our [main contributing guide](https://github.com/apple/containerization/blob/main/CONTRIBUTING.md) to get started.
|
Contributions are welcome and encouraged! Read our [main contributing guide](https://github.com/apple/containerization/blob/main/CONTRIBUTING.md) to get started.
|
||||||
|
|||||||
@@ -52,3 +52,7 @@ uninstall-container.sh -k
|
|||||||
- Learn how to [use various `container` features](./docs/how-to.md).
|
- Learn how to [use various `container` features](./docs/how-to.md).
|
||||||
- Read a brief description and [technical overview](./docs/technical-overview.md) of `container`.
|
- Read a brief description and [technical overview](./docs/technical-overview.md) of `container`.
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
Contributions to Containerization are welcomed and encouraged. Please see our [main contributing guide](https://github.com/apple/containerization/blob/main/CONTRIBUTING.md) for more information.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Security process
|
# Security disclosure process
|
||||||
|
|
||||||
If you believe that you have discovered a security or privacy vulnerability in our open source software, please report it to us using the [GitHub private vulnerability feature](https://github.com/apple/container/security/advisories/new). Reports should include specific product and software version(s) that you believe are affected; a technical description of the behavior that you observed and the behavior that you expected; the steps required to reproduce the issue; and a proof of concept or exploit.
|
If you believe that you have discovered a security or privacy vulnerability in our open source software, please report it to us using the [GitHub private vulnerability feature](https://github.com/apple/container/security/advisories/new). Reports should include specific product and software version(s) that you believe are affected; a technical description of the behavior that you observed and the behavior that you expected; the steps required to reproduce the issue; and a proof of concept or exploit.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user