Skip to content

Commit 0f40d9b

Browse files
committed
1 parent bc5c097 commit 0f40d9b

File tree

5 files changed

+75
-173
lines changed

5 files changed

+75
-173
lines changed

.cc-metadata.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Whether this GitHub repo is engineering related
2+
engineering_project: true
3+
# Name of the repository/project in English
4+
english_name: WordPress base theme
5+
# All technologies used
6+
technologies: PHP, WordPress
7+
# Whether this repository should be featured on the CC Open Source site
8+
featured: false
9+
# Slack channel name
10+
slack: "cc-dev-wordpress"

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributor Code of Conduct
2+
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/).
4+
5+
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).

CONTRIBUTE.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Contributing to CC Open Source
2+
3+
Thank you for your interest in contributing to CC Vocabulary! 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, which can be found [on our website][code_of_conduct] and also in the
10+
repository in the file `CODE_OF_CONDUCT.md`.
11+
12+
[code_of_conduct]:https://creativecommons.github.io/community/code-of-conduct/
13+
14+
## Project Documentation
15+
16+
The `README.md` file describes the goals and introduces the project. Further
17+
documentation is present in the form of `.md` files placed in the folder
18+
structure as well as in the form of code comments.
19+
20+
More documentation can be found in the [Storybook][landing].
21+
22+
[landing]:https://cc-vocabulary.netlify.com/
23+
24+
## How to Contribute
25+
26+
Please follow the processes in our general [Contributing Code][contributing]
27+
guidelines on the Creative Common Open Source website.
28+
29+
Contributions in terms of code, documentation and translations are welcome!
30+
31+
In addition to this, read the `README.md` in the repository for instructions.
32+
33+
[contributing]:https://creativecommons.github.io/contributing-code/
34+
35+
## Questions or Thoughts?
36+
37+
Talk to us on [our developer mailing list or Slack community][community].
38+
39+
[community]:https://creativecommons.github.io/community/

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Creative Commons
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)