Skip to content

Commit 2d7f994

Browse files
committed
sync standard repo files with .github repo per creativecommons/.github#26
1 parent 64b8206 commit 2d7f994

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

CODE_OF_CONDUCT.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Contributor Code of Conduct
22

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/).
3+
The Creative Commons team is committed to fostering a welcoming community. This
4+
project and all other Creative Commons open source projects are governed by our
5+
[Code of Conduct][code_of_conduct]. Please report unacceptable behavior to
6+
[conduct@creativecommons.org](mailto:conduct@creativecommons.org) per our
7+
[reporting guidelines][reporting_guide].
48

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).
9+
For a history of updates, see the [page history here][updates].
10+
11+
[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/
12+
[reporting_guide]: https://opensource.creativecommons.org/community/code-of-conduct/enforcement/
13+
[updates]: https://github.com/creativecommons/creativecommons.github.io-source/commits/main/content/community/code-of-conduct/contents.lr

CONTRIBUTING.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,53 @@
33
Thank you for your interest in contributing to CC Open Source! This document is
44
a set of guidelines to help you contribute to this project.
55

6+
67
## Code of Conduct
78

89
By participating in this project, you are expected to uphold our [Code of
910
Conduct][code_of_conduct].
1011

11-
[code_of_conduct]:https://opensource.creativecommons.org/community/code-of-conduct/
12+
[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/
13+
1214

1315
## Project Documentation
1416

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.
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.
20+
1921

2022
## How to Contribute
2123

2224
Please follow the processes in our general [Contributing Code][contributing]
2325
guidelines on the Creative Common Open Source website.
2426

25-
[contributing]:https://opensource.creativecommons.org/contributing-code/
27+
[contributing]: https://opensource.creativecommons.org/contributing-code/
28+
2629

2730
## Questions or Thoughts?
2831

2932
Talk to us on [one of our community forums][community].
3033

31-
[community]:https://opensource.creativecommons.org/community/
34+
[community]: https://opensource.creativecommons.org/community/
35+
3236

3337
## Development
3438

3539
The following tools are recommended when setting up a development environment.
3640

3741
- Docker / docker-compose
3842

43+
3944
### Setting environment variables
4045

4146
Copy the file `/development/.env.example` to `/development/.env` and change the variables to desired values (or leave as they are.)
4247

48+
4349
### Running the development server
4450

4551
Once you have installed the dependencies and configured the environment variables, run the development server with the following command from within the `/development/` folder:
4652

47-
4853
```sh
4954
docker-compose up
50-
```
55+
```

0 commit comments

Comments
 (0)