Skip to content

Commit e0e14f5

Browse files
authored
Merge pull request opencontainers#45 from wking/contributing-conduct-meetings-etc
CONTRIBUTING: Code of conduct, meetings, mailing list, and IRC
2 parents 858dfd1 + 654ac3b commit e0e14f5

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

CONTRIBUTING.md

Lines changed: 39 additions & 4 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

@@ -25,7 +52,7 @@ incorporating a new feature.
2552

2653
Fork the repo and make changes on your fork in a feature branch.
2754
For larger bugs and enhancements, consider filing a leader issue or mailing-list thread for discussion that is independent of the implementation.
28-
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.
2956

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

7399
```
74100
Developer Certificate of Origin
@@ -117,3 +143,12 @@ then you just add a line to every git commit message:
117143
using your real name (sorry, no pseudonyms or anonymous contributions.)
118144

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

0 commit comments

Comments
 (0)