WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=bedfe65d8c80e5dd30b825db0eefffadd722920d
commit bedfe65d8c80e5dd30b825db0eefffadd722920d Author: Gareth Halfacree <[email protected]> Date: Mon Nov 6 06:50:44 2017 -0800 Wiki page git-guide.md changed with summary [] by Gareth Halfacree --- pages/contrib/devs/git-guide.md.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/contrib/devs/git-guide.md.txt b/pages/contrib/devs/git-guide.md.txt index 0e4339aa..a3597f0f 100644 --- a/pages/contrib/devs/git-guide.md.txt +++ b/pages/contrib/devs/git-guide.md.txt @@ -17,7 +17,7 @@ You will require ``git`` to be installed. Linux distributions using the ``apt`` sudo apt install git ``` -You are also expected to already possess a working knowledge of git; for more information see the [Git User Manual](https://git-scm.com/docs/user-manual.html). +You are also expected to already possess a working knowledge of git; for more information see the [Git User Manual](https://git-scm.com/docs/user-manual.html). You should also have read the [Coding Conventions guide](https://www.enlightenment.org/contrib/devs/coding-conventions.md) before writing any code destined for submission. ## Submitting and Reviewing Patches ## @@ -312,4 +312,7 @@ This alias tells you what commits you're about to push and asks for confirmation : Peter Hutterer's guide to good commit messages. [wiki.videolan.org/Git](https://wiki.videolan.org/Git) -: The VideoLAN Project uses the same workflow as the Enlightenment Project. \ No newline at end of file +: The VideoLAN Project uses the same workflow as the Enlightenment Project. + +[https://www.enlightenment.org/contrib/devs/coding-conventions.md](Coding Conventions) +: Rules to which code submitted to the Enlightenment Project must adhere. \ No newline at end of file --
