Skip to content

Commit 6193970

Browse files
authored
Merge branch 'master' into contributing-no-gofmt
2 parents 35999a7 + e0e14f5 commit 6193970

File tree

2 files changed

+47
-5
lines changed

2 files changed

+47
-5
lines changed

CONTRIBUTING.md

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff 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
229

330
### Security issues
431

@@ -21,12 +48,11 @@ We're trying very hard to keep the project lean and focused. We don't want it
2148
to do everything for everybody. This means that we might decide against
2249
incorporating a new feature.
2350

24-
2551
### Conventions
2652

2753
Fork the repo and make changes on your fork in a feature branch.
2854
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.
3056

3157
If the project has a test suite, submit unit tests for your changes. Take a
3258
look at existing tests for inspiration. Run the full test suite on your branch
@@ -64,8 +90,7 @@ or `Fixes #XXX`, which will automatically close the issue when merged.
6490
The sign-off is a simple line at the end of the explanation for the
6591
patch, which certifies that you wrote it or otherwise have the right to
6692
pass it on as an open-source patch. The rules are pretty simple: if you
67-
can certify the below (from
68-
[developercertificate.org](http://developercertificate.org/)):
93+
can certify the below (from [developercertificate.org][]):
6994

7095
```
7196
Developer Certificate of Origin
@@ -114,3 +139,12 @@ then you just add a line to every git commit message:
114139
using your real name (sorry, no pseudonyms or anonymous contributions.)
115140

116141
You can add the sign off when creating the git commit via `git commit -s`.
142+
143+
[code-of-conduct]: https://github.com/opencontainers/tob/blob/d2f9d68c1332870e40693fe077d311e0742bc73d/code-of-conduct.md
144+
[developercertificate.org]: http://developercertificate.org/
145+
[Freenode]: https://freenode.net/
146+
[irc-logs]: http://ircbot.wl.linuxfoundation.org/eavesdrop/%23opencontainers/
147+
[mailing-list]: https://groups.google.com/a/opencontainers.org/forum/#!forum/dev
148+
[meeting.ics]: https://github.com/opencontainers/runtime-spec/blob/master/meeting.ics
149+
[minutes]: http://ircbot.wl.linuxfoundation.org/meetings/opencontainers/
150+
[UberConference]: https://www.uberconference.com/opencontainers

MAINTAINERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This meta-project is maintained by the union of MAINTAINERS for all OCI Projects [1].
2+
3+
Other OCI Projects should list one maintainer per line, with a name, email address, and GitHub username:
4+
5+
Random J Developer <[email protected]> (@RandomJDeveloperExample)
6+
A. U. Thor <[email protected]> (@AUThorExample)
7+
8+
[1]: https://github.com/opencontainers/

0 commit comments

Comments
 (0)