This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brylie Christopher Oxley
authored
Jan 11, 2022
1 parent
7634fc2
commit f369964
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Contributing to CC Open Source | ||
|
||
Thank you for your interest in contributing to CC Vocabulary! This document is | ||
a set of guidelines to help you contribute to this project. | ||
|
||
## Code of Conduct | ||
|
||
By participating in this project, you are expected to uphold our Code of | ||
Conduct, which can be found [on our website][code_of_conduct] and also in the | ||
repository in the file `CODE_OF_CONDUCT.md`. | ||
|
||
[code_of_conduct]: https://creativecommons.github.io/community/code-of-conduct/ | ||
|
||
## Project Documentation | ||
|
||
The `README.md` file describes the goals and introduces the project. Further | ||
documentation is present in the form of `.md` files placed in the folder | ||
structure as well as in the form of code comments. | ||
|
||
More documentation can be found in the [Storybook][landing]. | ||
|
||
[landing]: https://cc-vocabulary.netlify.com/ | ||
|
||
## How to Contribute | ||
|
||
Please follow the processes in our general [Contributing Code][contributing] | ||
guidelines on the Creative Common Open Source website. | ||
|
||
Contributions in terms of code, documentation and translations are welcome! | ||
|
||
In addition to this, read the `README.md` in the repository for instructions. | ||
|
||
[contributing]: https://creativecommons.github.io/contributing-code/ | ||
|
||
## Questions or Thoughts? | ||
|
||
Talk to us on [our developer mailing list or Slack community][community]. | ||
|
||
[community]: https://creativecommons.github.io/community/ |