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
+39-9Lines changed: 39 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,31 @@
1
-
## Contribution Guidelines
1
+
# Contribution Guidelines
2
+
3
+
Development happens on GitHub.
4
+
Issues are used for bugs and actionable items and longer discussions can happen on the [mailing list](#mailing-list).
5
+
6
+
The content of this repository is licensed under the [Apache License, Version 2.0](LICENSE).
7
+
8
+
## Code of Conduct
9
+
10
+
Participation in the Open Container community is governed by [Open Container Code of Conduct][code-of-conduct].
11
+
12
+
## Meetings
13
+
14
+
The contributors and maintainers of all OCI projects have monthly meetings at 2:00 PM (USA Pacific) on the first Wednesday of every month.
15
+
There is an [iCalendar][rfc5545] format for the meetings [here][meeting.ics].
16
+
Everyone is welcome to participate via [UberConference web][UberConference] or audio-only: +1 415 968 0849 (no PIN needed).
17
+
An initial agenda will be posted to the [mailing list](#mailing-list) in the week before each meeting, and everyone is welcome to propose additional topics or suggest other agenda alterations there.
18
+
Minutes from past meetings are archived [here][minutes].
19
+
20
+
## Mailing list
21
+
22
+
You can subscribe and browse the mailing list on [Google Groups][mailing-list].
23
+
24
+
## IRC
25
+
26
+
OCI discussion happens on #opencontainers on [Freenode][] ([logs][irc-logs]).
27
+
28
+
## Git
2
29
3
30
### Security issues
4
31
@@ -21,12 +48,11 @@ We're trying very hard to keep the project lean and focused. We don't want it
21
48
to do everything for everybody. This means that we might decide against
22
49
incorporating a new feature.
23
50
24
-
25
51
### Conventions
26
52
27
53
Fork the repo and make changes on your fork in a feature branch.
28
54
For larger bugs and enhancements, consider filing a leader issue or mailing-list thread for discussion that is independent of the implementation.
29
-
Small changes or changes that have been discussed on the project mailing list may be submitted without a leader issue.
55
+
Small changes or changes that have been discussed on the [project mailing list](#mailing-list) may be submitted without a leader issue.
30
56
31
57
If the project has a test suite, submit unit tests for your changes. Take a
32
58
look at existing tests for inspiration. Run the full test suite on your branch
@@ -36,10 +62,6 @@ Update the documentation when creating or modifying features. Test
36
62
your documentation changes for clarity, concision, and correctness, as
0 commit comments