|
1 | 1 | # Contributing to CC Open Source
|
2 | 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. |
| 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 | + |
4 | 6 |
|
5 | 7 | ## Code of Conduct
|
6 | 8 |
|
7 |
| -By participating in this project, you are expected to uphold our [Code of Conduct](https://creativecommons.github.io/community/code-of-conduct/). |
| 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 | + |
8 | 14 |
|
9 | 15 | ## Project Documentation
|
10 | 16 |
|
11 |
| -The `README` contains details about how to install and build this project and a high-level overview of the code. |
| 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. |
12 | 20 |
|
13 |
| -## How to Contribute |
14 | 21 |
|
15 |
| -Please follow the processes in our general [Contributing Code](https://creativecommons.github.io/contributing-code/) guidelines on the Creative Common Open Source website. |
| 22 | +## How to Contribute |
16 | 23 |
|
17 |
| -You do not have to follow the steps under "Check for contribution readiness", this project is accepting contributions. |
| 24 | +Please follow the processes in our general [Contributing Code][contributing] |
| 25 | +guidelines on the Creative Common Open Source website. |
18 | 26 |
|
19 |
| -## Style Guide |
| 27 | +[contributing]: https://opensource.creativecommons.org/contributing-code/ |
20 | 28 |
|
21 |
| -- Make sure that there are newlines at the end of every file. |
22 |
| -- We use 2 spaces as the standard indentation in our HTML files. |
23 | 29 |
|
24 | 30 | ## Questions or Thoughts?
|
25 | 31 |
|
26 |
| -Talk to us on [our developer mailing list or Slack community](https://creativecommons.github.io/community/). |
| 32 | +Talk to us on [one of our community forums][community]. |
| 33 | + |
| 34 | +[community]: https://opensource.creativecommons.org/community/ |
0 commit comments