Skip to content

Commit 80c0aee

Browse files
authored
Remove local CoC and MD updates (apple#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`
1 parent efa5d4a commit 80c0aee

File tree

4 files changed

+6
-79
lines changed

4 files changed

+6
-79
lines changed

CODE-OF-CONDUCT.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Contributing
1+
# Contributing
22

33
Contributions are welcome and encouraged! Read our [main contributing guide](https://github.com/apple/containerization/blob/main/CONTRIBUTING.md) to get started.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ uninstall-container.sh -k
5252
- Learn how to [use various `container` features](./docs/how-to.md).
5353
- Read a brief description and [technical overview](./docs/technical-overview.md) of `container`.
5454

55+
## Contributing
56+
57+
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.
58+

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Security process
1+
# Security disclosure process
22

33
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.
44

0 commit comments

Comments
 (0)