Skip to content

Commit 29418c7

Browse files
committed
1 parent aee7c32 commit 29418c7

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

.cc-metadata.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Whether this GitHub repo is for a CC-led engineering project
2+
engineering_project: true
3+
# Whether this repository should be featured on the CC Open Source site's "Projects" page
4+
featured: false

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# https://help.github.com/en/articles/about-code-owners
2+
* @creativecommons/sre

CODE_OF_CONDUCT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributor Code of Conduct
2+
3+
The Creative Commons team is committed to fostering a welcoming community. This
4+
project and all other Creative Commons open source projects are governed by our
5+
[Code of Conduct][code_of_conduct]. Please report unacceptable behavior to
6+
[conduct@creativecommons.org](mailto:conduct@creativecommons.org) per our
7+
[reporting guidelines][reporting_guide].
8+
9+
For a history of updates, see the [page history here][updates].
10+
11+
[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/
12+
[reporting_guide]: https://opensource.creativecommons.org/community/code-of-conduct/enforcement/
13+
[updates]: https://github.com/creativecommons/creativecommons.github.io-source/commits/main/content/community/code-of-conduct/contents.lr

CONTRIBUTING.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Contributing to CC Open Source
2+
3+
Thank you for your interest in contributing to CC Open Source! This document is
4+
a set of guidelines to help you contribute to this project.
5+
6+
7+
## Code of Conduct
8+
9+
By participating in this project, you are expected to uphold our [Code of
10+
Conduct][code_of_conduct].
11+
12+
[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/
13+
14+
15+
## Project Documentation
16+
17+
The `README` in the root of the repository should contain or link to project
18+
documentation. If you cannot find the documentation you're looking for, please
19+
file a GitHub issue with details of what you'd like to see documented.
20+
21+
22+
## How to Contribute
23+
24+
Please follow the processes in our general [Contributing Code][contributing]
25+
guidelines on the Creative Common Open Source website.
26+
27+
[contributing]: https://opensource.creativecommons.org/contributing-code/
28+
29+
30+
## Questions or Thoughts?
31+
32+
Talk to us on [one of our community forums][community].
33+
34+
[community]: https://opensource.creativecommons.org/community/

0 commit comments

Comments
 (0)