Skip to content

Commit 6339017

Browse files
committed
Added contribution guidelines, added link to reporting guidelines in code of conduct file, fixed typo in codeowners file.
1 parent c50edee commit 6339017

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# be requested for review when someone opens a pull request.
44
* @creativecommons/internal-tech
55

6-
# These users owns any files in the specified directory and
6+
# These users own any files in the specified directory and
77
# any of its subdirectories.
88
/webpack/ @creativecommons/frontend-engineers

CODE_OF_CONDUCT.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Contributor Code of Conduct
22

3-
The Creative Commons team is committed to fostering a welcoming community.
4-
5-
**Our Code of Conduct can be found here**: [https://creativecommons.github.io/community/code-of-conduct/](https://creativecommons.github.io/community/code-of-conduct/)
3+
The Creative Commons team is committed to fostering a welcoming community. This project and all other Creative Commons open source projects are governed by our [Code of Conduct](https://creativecommons.github.io/community/code-of-conduct/). Please report unacceptable behavior to [conduct@creativecommons.org](mailto:conduct@creativecommons.org) per our [reporting guidelines](https://creativecommons.github.io/community/code-of-conduct/enforcement/).
64

75
For a history of updates, see the [page history here](https://github.com/creativecommons/creativecommons.github.io-source/commits/master/content/community/code-of-conduct/contents.lr).

CONTRIBUTING.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Contributing to CC Open Source
2+
3+
Thank you for your interest in contributing to CC Open Source! This document is a set of guidelines to help you contribute to this project.
4+
5+
## Code of Conduct
6+
7+
By participating in this project, you are expected to uphold our [Code of Conduct](https://creativecommons.github.io/community/code-of-conduct/).
8+
9+
## Project Documentation
10+
11+
The `README` contains details about how to install and build this project and a high-level overview of the code.
12+
13+
## How to Contribute
14+
15+
Please follow the processes in our general [Contributing Code](https://creativecommons.github.io/contributing-code/) guidelines on the Creative Common Open Source website. Yu do not have to follow the steps under "Check for contribution readiness", this project is accepting contributions.
16+
17+
## Style Guide
18+
19+
- Make sure that there are newlines at the end of every file.
20+
- We use 2 spaces as the standard indentation in our HTML files.

0 commit comments

Comments
 (0)