summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2011-01-05 17:58:05 +0100
committerGervase Markham <gerv@mozilla.org>2011-01-05 17:58:05 +0100
commit8cea190794a75022d3d95932b5895a21afb0b298 (patch)
tree15f76b5dfee647c2e5a9b55caf1cf99d377e34e1 /Bugzilla
parentf6a3f8319d442e832edc901ff12169ba17dceb81 (diff)
downloadbugzilla-8cea190794a75022d3d95932b5895a21afb0b298.tar.gz
bugzilla-8cea190794a75022d3d95932b5895a21afb0b298.tar.xz
Document how to add user settings. r,a=mkanat.
https://bugzilla.mozilla.org/show_bug.cgi?id=616427
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Extension.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Extension.pm b/Bugzilla/Extension.pm
index c7688d90b..857d0d75b 100644
--- a/Bugzilla/Extension.pm
+++ b/Bugzilla/Extension.pm
@@ -272,7 +272,8 @@ This is the base class for all Bugzilla extensions.
The L</SYNOPSIS> above gives a pretty good overview of what's basically
required to write an extension. This section gives more information
-on exactly how extensions work and how you write them.
+on exactly how extensions work and how you write them. There is also a
+L<wiki page|https://wiki.mozilla.org/Bugzilla:Extension_Notes> with additional HOWTOs, tips and tricks.
=head2 Using F<extensions/create.pl>