summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabbyPrecious <gabbyprecious2000@gmail.com>2021-02-03 09:38:49 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-02-04 10:37:15 +0100
commitbbd1b3565b943f9ee03d094b6b2cd933573cf02b (patch)
treec83bce1d4c06cff8b6527fed78580b11501f68eb
parentafe34e723764cea1e2be76f5bbbc8cbe70e1fe64 (diff)
[3.2.x] Refs #32412 -- Adjusted beginning of Advice for new contributors.
With the goal of guiding folks to the right destination: * Improved wording of tutorial call-out. * Added summary of page purpose. * Added link to Writing code reference doc. Backport of e733c9ac1746cedc78efabff340379f1c9ee47da from master
-rw-r--r--docs/internals/contributing/new-contributors.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/internals/contributing/new-contributors.txt b/docs/internals/contributing/new-contributors.txt
index dbadb4cb0a..024dc26e87 100644
--- a/docs/internals/contributing/new-contributors.txt
+++ b/docs/internals/contributing/new-contributors.txt
@@ -5,11 +5,17 @@ Advice for new contributors
New contributor and not sure what to do? Want to help but just don't know how
to get started? This is the section for you.
-.. admonition:: Basic tools and workflow
+.. admonition:: Get up and running!
If you are new to contributing to Django, the :doc:`/intro/contributing`
tutorial will give you an introduction to the tools and the workflow.
+This page contains more general advice ways you can contribute to Django, and
+how to approach that.
+
+If you are looking for a reference on the details of making code contributions,
+see the :doc:`/internals/contributing/writing-code/index` documentation.
+
First steps
===========