Browse Source

Point getting sources to pull request workflow

Potential contributors can land on the building instructions before the PR instructions.
Owen Merkling 5 năm trước cách đây
mục cha
commit
c2aeabbd49
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      development/compiling/getting_source.rst

+ 3 - 0
development/compiling/getting_source.rst

@@ -15,6 +15,9 @@ The source code is available on `GitHub <https://github.com/godotengine/godot>`_
 and while you can manually download it via the website, in general you want to
 do it via the ``git`` version control system.
 
+If you are compiling in order to make contributions or pull requests, you should  
+follow the instructions for the :ref:`pull request workflow <doc_pr_workflow>`.
+
 If you don't know much about ``git`` yet, there are a great number of
 `tutorials <https://git-scm.com/book>`__ available on various websites.