Skip to content

Commit 6f3e8bb

Browse files
committed
community file updates
1 parent fe756b2 commit 6f3e8bb

3 files changed

Lines changed: 14 additions & 10 deletions

File tree

CODE-OF-CONDUCT.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Code of Conduct
1+
# Code of Conduct
22

3-
### Our Pledge
3+
## Our Pledge
44

55
In the interest of fostering an open and welcoming environment, we as
66
contributors and maintainers pledge to making participation in our
@@ -10,7 +10,7 @@ characteristics, gender identity and expression, level of experience,
1010
education, socio-economic status, nationality, personal appearance,
1111
race, religion, or sexual identity and orientation.
1212

13-
### Our Standards
13+
## Our Standards
1414

1515
Examples of behavior that contributes to creating a positive environment
1616
include:
@@ -33,7 +33,7 @@ electronic address, without explicit permission
3333
* Other conduct which could reasonably be considered inappropriate in a
3434
professional setting
3535

36-
### Our Responsibilities
36+
## Our Responsibilities
3737

3838
Project maintainers are responsible for clarifying the standards of
3939
acceptable behavior and are expected to take appropriate and fair
@@ -45,7 +45,7 @@ contributions that are not aligned to this Code of Conduct, or to ban
4545
temporarily or permanently any contributor for other behaviors that they
4646
deem inappropriate, threatening, offensive, or harmful.
4747

48-
### Scope
48+
## Scope
4949

5050
This Code of Conduct applies within all project spaces, and it also
5151
applies when an individual is representing the project or its community
@@ -55,7 +55,7 @@ official social media account, or acting as an appointed representative
5555
at an online or offline event. Representation of a project may be
5656
further defined and clarified by project maintainers.
5757

58-
### Enforcement
58+
## Enforcement
5959

6060
Instances of abusive, harassing, or otherwise unacceptable behavior may
6161
be reported by contacting the open source team at
@@ -70,7 +70,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in
7070
good faith may face temporary or permanent repercussions as determined
7171
by other members of the project’s leadership.
7272

73-
### Attribution
73+
## Attribution
7474

7575
This Code of Conduct is adapted from the
7676
[Contributor Covenant](https://www.contributor-covenant.org), version 1.4,

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We would love your contributions in the form of:
1717

1818
### Issues
1919

20-
To file a bug or feature request, use [GitHub](https://github.com/apple/containerization/issues/new)
20+
To file a bug or feature request, use [GitHub issues](https://github.com/apple/containerization/issues/new).
2121

2222
🚧 For unexpected behavior or usability limitations, detailed instructions on how to reproduce the issue are appreciated. This will greatly help the priority setting and speed of which maintainers can get to your issue.
2323

@@ -27,7 +27,7 @@ To make a pull request, use [GitHub](https://github.com/apple/containerization/c
2727

2828
> [!IMPORTANT]
2929
> If you plan to make substantial changes or add new features, we encourage you to first discuss them with the wider containerization developer community.
30-
> You can do this by filing a [GitHub issue](https://github.com/apple/containerization/issues/new)
30+
> You can do this by filing a [GitHub issue](https://github.com/apple/containerization/issues/new).
3131
> This will save time and increases the chance of your pull request being accepted.
3232
3333
We use a "squash and merge" strategy to keep our `main` branch history clean and easy to follow. When your pull request
@@ -59,3 +59,7 @@ If you submit a contribution that adds a new file, please add the license header
5959
```bash
6060
$ make update-licenses
6161
```
62+
63+
## Code of Conduct
64+
65+
To clarify of what is expected of our contributors and community members, the Containerization team has adopted the code of conduct defined by the Contributor Covenant. This document is used across many open source communities and articulates our values well. For more detail, please read the [Code of Conduct](/CODE-OF-CONDUCT.MD).

CONTRIBUTORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This file contains a list of contributors who have made meaningful changes to this repository.
2-
Please add your name to this file as an optional step in the contribution process for attribution.
2+
Please add your name and GitHub handle to this file as an optional step in the contribution process for attribution.
33
Email is not required.
44

55
### Contributors

0 commit comments

Comments
 (0)