From 1dd48e545b335015991c9b958e1e2ae2f89a5ce5 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 13 Aug 2018 08:07:22 -0500 Subject: [PATCH] Add 'next steps' section that discusses first-timer-only issues --- docs/source/devguide/contributing.rst | 15 ++++++++++++++- docs/source/devguide/workflow.rst | 2 -- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/source/devguide/contributing.rst b/docs/source/devguide/contributing.rst index 22dc643db9..c08b1a362f 100644 --- a/docs/source/devguide/contributing.rst +++ b/docs/source/devguide/contributing.rst @@ -113,4 +113,17 @@ The TC consists of the following individuals: - `Adam Nelson `_ - `Benoit Forget `_ -The Project Lead is Paul Romano. \ No newline at end of file +The Project Lead is Paul Romano. + +Next Steps +---------- + +If you are interested in working on a specific feature or helping to address +outstanding issues, consider joining the developer's `mailing list +`_ and/or `Slack community +`_. Note that some issues have specifically +been labeled as good for `first-time contributors +`_. +Once you're at the point of writing code, make sure your read through the +:ref:`devguide_workflow` section to understand the mechanics of making pull +requests and what is expected during code reviews. diff --git a/docs/source/devguide/workflow.rst b/docs/source/devguide/workflow.rst index dfd738fc63..31dc088428 100644 --- a/docs/source/devguide/workflow.rst +++ b/docs/source/devguide/workflow.rst @@ -129,6 +129,4 @@ can interfere with virtual environments. .. _openmc-dev/openmc: https://github.com/openmc-dev/openmc .. _paid plan: https://github.com/plans .. _Bitbucket: https://bitbucket.org -.. _ctest: http://www.cmake.org/cmake/help/v2.8.12/ctest.html -.. _NNDC: http://www.nndc.bnl.gov/endf/b7.1/acefiles.html .. _pip: https://pip.pypa.io/en/stable/