summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2021-02-08 16:02:47 -0800
committerGitHub <noreply@github.com>2021-02-08 19:02:47 -0500
commitffcedfa20a9c38e0ab5c95ade11ea7c4081261ab (patch)
tree4a7eaa11c8ceef22630623f26c4607856e620ba2 /CONTRIBUTING.rst
parentc52ca57a273604af21564cb21eb483b0835248ac (diff)
downloadnetworkx-ffcedfa20a9c38e0ab5c95ade11ea7c4081261ab.tar.gz
Add an FAQ to the developer guide for new contributors (#4556)
* Add contributor faq to developer guide. * Add FAQ to developer guide toctree. * Fix internal links to development workflow. * Fix more broken links. * Replace nbplot with code-block for ipy example. * Add intersphinx link to sphinx-gallery. * General proofreading and add a few more links * Fix example naming convention. Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com> * Remove confusing example heading. * Add git grep to convo on pattern-matching utils. * Add links to GH issues and discussions to FAQ. * Modify faq title to make clear it's for newcomers. * More descriptive filename for faq. * Add note to contributor guide for new OSS contributors. Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 689c778c..177ab162 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -3,6 +3,13 @@
Contributor Guide
=================
+.. note::
+ This document assumes some familiarity with contributing to open source
+ scientific Python projects using GitHub pull requests. If this does not
+ describe you, you may first want to see the :ref:`contributing_faq`.
+
+.. _dev_workflow:
+
Development Workflow
--------------------