[erlang-questions] FOP (was: Re: Trace-Driven Development)
Loïc Hoguin
essen@REDACTED
Thu Jun 7 11:38:20 CEST 2012
On 06/07/2012 11:30 AM, Michael Turner wrote:
> (0) get the necessary batch of files
https://github.com/erlang/otp/wiki/Submitting-patches
> (1) locate the right file
lib/<application>/doc/src for user guides,
lib/<application>/src for reference edocs
Or good old: git grep "string you're looking for"
Or any of the thousand other ways of finding what you're looking for in
source code.
> (2) edit it
Edit it.
> (3) verify that the page is still generated correctly
https://github.com/erlang/otp/wiki/Documentation
> (4) submit a patch
https://github.com/erlang/otp/wiki/Submitting-patches
--
Loïc Hoguin
Erlang Cowboy
Nine Nines
More information about the erlang-questions
mailing list