diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..eb72ecd0 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1 @@ +Please see the [Project Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md). \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..5a3d8cf7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +Thanks for for contributing! Please see the [Contributor Guide](https://jupyter-docker-stacks.readthedocs.io) in the +documentation for information about how to contribute [package updates](http://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/packages.html), +[recipes](http://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/recipes.html), +[tests](http://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/tests.html), +[features](http://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/features.html), +and [community-maintained stacks](http://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/stacks.html).