From c25e6bc2ae506d2e4dec5fb4babecb37d1a239f2 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Tue, 30 Apr 2019 09:13:32 +0100 Subject: [PATCH] Update docs/source/contributing/contributing.md Co-Authored-By: KirstieJane --- docs/source/contributing/contributing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/contributing/contributing.md b/docs/source/contributing/contributing.md index a8066534..83603428 100644 --- a/docs/source/contributing/contributing.md +++ b/docs/source/contributing/contributing.md @@ -22,6 +22,12 @@ There are many ways to contribute to repo2docker: We know that there are lots of ways to extend repo2docker! If you're interested in adding a feature then please open a [feature request](https://github.com/jupyter/repo2docker/issues/new?template=feature_request.md). That issue template will ask you a few questions described in detail below. +* **Review someone's Pull Request.** + Whenever somebody proposes changes to the repo2docker codebase, the community reviews + the changes, and provides feedback, edits, and suggestions. Check out the + [open pull requests](https://github.com/jupyter/repo2docker/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) + and provide feedback that helps improve the PR and get it merged. Please keep your + feedback positive and constructive! * **Tell people about repo2docker.** As we said above, repo2docker is built by and for its community. If you know anyone who would like to use repo2docker, please tell them about the project!