Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRihards Olups <git-no-reply@zabbix.com>2011-12-07 02:30:30 +0400
committerRihards Olups <git-no-reply@zabbix.com>2011-12-07 02:30:30 +0400
commitbc0bb6e5b3e54cfeda96f0034a615e08834e1d7d (patch)
treee626e8b6a0e6d87a190b5cda4707764d70645c09 /ChangeLog.legend
parentb626d3943d50e738b76c518978472ff7947908a7 (diff)
.......... [ZBXNEXT-826] add ChangeLog.legend to explain what those things, prefixed to each entry, mean
Diffstat (limited to 'ChangeLog.legend')
-rw-r--r--ChangeLog.legend25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog.legend b/ChangeLog.legend
new file mode 100644
index 00000000000..c0a04347f02
--- /dev/null
+++ b/ChangeLog.legend
@@ -0,0 +1,25 @@
+Changelog entries are prefixed with a position-based identificator, that denotes
+ components affected with that specific issue. Component one-letter codes are
+ as follows:
+
+* API (A)
+* Documentation (D)
+* Frontend (F)
+* Agent (G)
+* Installation (I)
+* Java gateway (J)
+* Appliance (L)
+* Proxy (P)
+* Server (S)
+* Templates (T)
+
+A line, referencing all components would thus be ADFGIJLPST
+
+API and Frontend would be A.F.......
+Server and proxy would be .......PS.
+
+Commit messages that do not actually change anything (for example, creation and
+ deletion of branches) have all components unset - ..........
+
+See https://zabbix.org/wiki/Docs/specs/development_guidelines#Component_identification
+ for more information