Sfoglia il codice sorgente

Merge pull request #3432 from omerkling/omerkling-git-setup

Point getting sources to pull request workflow
Max Hilbrunner 5 anni fa
parent
commit
71261e4a25
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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.