[ADD] contributing/development: add a guide to contribute to the codebase

In addition, this commit extracts the git guidelines from the coding
guidelines. This helps link the git guidelines and unclutter the coding
guidelines, which should focus on only the programming languages.

task-2897123

Part-of: odoo/documentation#3265
This commit is contained in:
Antoine Vandevenne (anv)
2022-12-28 17:11:55 +00:00
parent ca445c86c8
commit f778ba89af
10 changed files with 331 additions and 150 deletions
@@ -0,0 +1,3 @@
First, you need to `create a GitHub account <https://github.com/join>`_. Odoo uses GitHub to manage
the source code of its products, and this is where you will make your changes and submit them for
review.