diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2018-03-24 04:41:49 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2018-03-24 04:41:49 +0000 |
| commit | 52b750c8aece7970ea49bc24b613e73c83b41b24 (patch) | |
| tree | 96157cd8fe120b32e798bee073ac15ac6b1e4d83 /CONTRIBUTING | |
| parent | b6a2820ba92bea7acf4abeb38c198c71bcc554b8 (diff) | |
Diffstat (limited to 'CONTRIBUTING')
| -rw-r--r-- | CONTRIBUTING | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index 716f32b3a39a..0cfc77f61853 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -25,7 +25,8 @@ justification. Citations should use https: URLs if available. Please submit changes against either the latest release in <https://www.iana.org/time-zones> or the master branch of the development -repository. If you use Git the following workflow may be helpful: +repository. The latter is preferred. If you use Git the following +workflow may be helpful: * Copy the development repository. @@ -42,6 +43,12 @@ repository. If you use Git the following workflow may be helpful: git checkout -b mybranch + * Sleuth by using 'git blame'. For example, when fixing data for + Africa/Sao_Tome, if the command 'git blame africa' outputs a line + '2951fa3b (Paul Eggert 2018-01-08 09:03:13 -0800 1068) Zone + Africa/Sao_Tome 0:26:56 - LMT 1884', commit 2951fa3b should + provide some justification for the 'Zone Africa/Sao_Tome' line. + * Edit source files. Include commentary that justifies the changes by citing reliable sources. @@ -67,6 +74,9 @@ repository. If you use Git the following workflow may be helpful: git send-email master + For an archived example of such an email, see + <https://mm.icann.org/pipermail/tz/2018-February/026122.html>. + * Start anew by getting current with the master branch again (the second step above). |
