From c86be910478ac49391a1f7ac83059e8f3e52b94f Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Sat, 26 May 2018 13:16:07 -0400 Subject: [PATCH 1/2] [ci skip] Add contributing file --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md 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). From 0c3c09b43f8a78a2a2e86a98f4c990168f5d85d1 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Sat, 26 May 2018 13:18:25 -0400 Subject: [PATCH 2/2] [ci skip] Add code of conduct link to jupyter/governance repo --- CODE_OF_CONDUCT.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODE_OF_CONDUCT.md 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