Re: [GSOC] Contributing to git.
From: Jeff King <hidden>
Date: 2016-06-15 22:53:25
On Fri, Mar 30, 2012 at 08:19:29AM +0530, jaseem abid wrote:
1. Where can I find general instructions on "Contributing to git? " more specifically, gitweb?
Documentation/SubmittingPatches in the git.git repository.
2. Where can I find coding standards for git? I am looking for the git version of this document.
Documentation/CodingGuidelines
3. Is JavaScript code unit tested? I cant find much docs regarding this anywhere.
Jakub can answer this much better than I can, but I suspect the answer is "no". We hardly have any javascript at all, and I doubt the gitweb tests cover the javascript bits. If there is going to be a javascript-heavy SoC project, I think part of that should probably be adding some automated testing infrastructure. -Peff