Skip to content

Commit 416e25b

Browse files
committed
Updated text to reflect that we have made all repos contribution ready.
1 parent 3443d36 commit 416e25b

File tree

4 files changed

+9
-38
lines changed

4 files changed

+9
-38
lines changed

assets/CONTRIBUTING.md

+2-30
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
# Contributing to CC Open Source
1+
# Contribution Guide
22

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-
## Code of Conduct
7-
8-
By participating in this project, you are expected to uphold our [Code of
9-
Conduct][code_of_conduct].
10-
11-
[code_of_conduct]:https://creativecommons.github.io/community/code-of-conduct/
12-
13-
## Project Documentation
14-
15-
The `README` in the root of the repository should contain or link to
16-
project documentation. If you cannot find the documentation you're
17-
looking for, please file a GitHub issue with details of what
18-
you'd like to see documented.
19-
20-
## How to Contribute
21-
22-
Please follow the processes in our general [Contributing Code][contributing]
23-
guidelines on the Creative Common Open Source website.
24-
25-
[contributing]:https://creativecommons.github.io/contributing-code/
26-
27-
## Questions or Thoughts?
28-
29-
Talk to us on [one of our community forums][community].
30-
31-
[community]:https://creativecommons.github.io/community/
3+
⚠️ DO NOT MODIFY THIS REPOSITORY! Please make updates in the source files in the [creativecommons.github.io-source](https://github.com/creativecommons/creativecommons.github.io-source) repository.

content/contents.lr

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ title: Technology at Creative Commons
44
---
55
body:
66

7-
**[Creative Commons](https://creativecommons.org/)** has been building free software for over a decade to support our mission of maximizing digital creativity, sharing, and innovation. Our projects come in all sizes and shapes, from simple static websites to providing a fast and relevant search interface to the billion-plus Creative Commons works currently available on the internet. Our engineering team is fairly small and spread thin, so we're really appreciative of volunteers who help us build or test our software.
7+
**[Creative Commons](https://creativecommons.org/)** has been building free software for over a decade to support our mission of maximizing digital creativity, sharing, and innovation. Our projects come in all sizes and shapes, from simple static websites to building fast and relevant search interfaces to the 1.6 billion+ Creative Commons works currently available on the internet. Our engineering team is fairly small and spread thin, so we're really appreciative of volunteers who help us build or test our software.
88

99
## Getting Involved
1010

1111
You can contribute to CC's software in a few different ways.
1212

1313
### Finding bugs and suggesting features
1414

15-
Using our software (such as [the new version of CC Search](http://ccsearch.creativecommons.org/)) and letting us know how it's working for you is very helpful. General suggestions, bug reports, a request to build a new feature – any form of feedback is excellent, no matter how small.
15+
Using our software (such as [the new version of CC Search](http://search.creativecommons.org/)) and letting us know how it's working for you is very helpful. General suggestions, bug reports, a request to build a new feature – any form of feedback is excellent, no matter how small.
1616

1717
You can send us feedback in a few different ways. If you have a GitHub account, [creating a GitHub issue](https://help.github.com/articles/creating-an-issue/) is easiest for us because that's where we track our work. If you know which GitHub repository (see [a full list here](/projects)) corresponds to the software about which you'd like to give us feedback, then please create an issue attached to that repository. If you're not sure what that means or you don't know the correct repository, please create an issue [on the creativecommons.org repository](https://github.com/creativecommons/creativecommons.org/issues). You can also send us feedback in the `#cc-usability` channel [on the CC Slack community](http://creativecommons.github.io/community/#slack) or via email at `software@creativecommons.org`.
1818

content/projects/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ _model: page
22
---
33
_template: project_list.html
44
---
5-
title: Projects
5+
title: Open Source Projects

templates/project_list.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{% extends "layout.html" %}
22
{% block title %}{{ this.title }}{% endblock %}
33
{% block body %}
4-
<p>This is a list of all our open source software projects at Creative Commons.</p>
5-
<p>Please read the <a href="/contributing-code">Contributing Code</a> page for general information on how to contribute code to these projects. For contribution guidelines specific to a project, please read the README and the CONTRIBUTING file in the project repository. Not all repositories have these files yet (we're working on it!); if you'd like to contribute to a repository with no guidelines available, please talk to us through <a href="/community">one of our community forums</a> or open a GitHub issue.</p>
4+
<p>This is a list of all active open source software projects that Creative Commons maintains.</p>
5+
<p>Please read the <a href="/contributing-code">Contributing Code</a> page for general information on how to get involved. Contribution guidelines specific to an individual project can be found in the <code>README</code> and the <code>CONTRIBUTING</code> files in the root folder of every repository. If you have any questions, don't hesistate to reach out to us through <a href="/community">one of our community forums</a> or open a GitHub issue.</p>
66
<h2>Featured Projects</h2>
7+
<p><strong>We are actively looking for help with these projects and we have several GitHub issues ready for external contribution.</strong></p>
78
<div class="card-deck">
89
{% for repo in bag('repos.repos') %}
910
{% if repo.featured %}
@@ -27,9 +28,7 @@ <h5 class="card-title"><strong>{{ repo.english_name }}</strong>
2728
{% endfor %}
2829
</div>
2930
<h2>All Projects</h2>
30-
<div class="alert alert-warning" role="alert">
31-
<strong>Warning:</strong> This list is under construction. Some of these projects have incomplete (or non-existent) documentation, broken links, and/or are no longer maintained or supported. We're working on fixing that and this notice will be removed once the clean-up process is complete.
32-
</div>
31+
<p><strong>This is a complete list of Creative Commons software projects.</strong></p>
3332
<table class="table table-striped">
3433
<thead class="thead-dark">
3534
<tr>

0 commit comments

Comments
 (0)