You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ We would love your contributions in the form of:
17
17
18
18
### Issues
19
19
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).
21
21
22
22
🚧 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.
23
23
@@ -27,7 +27,7 @@ To make a pull request, use [GitHub](https://github.com/apple/containerization/c
27
27
28
28
> [!IMPORTANT]
29
29
> 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).
31
31
> This will save time and increases the chance of your pull request being accepted.
32
32
33
33
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
59
59
```bash
60
60
$ make update-licenses
61
61
```
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).
0 commit comments