bzrmirror%bugzilla.org 7a529ad3fe Tweaks to Thorsten's submissions.
git-svn-id: svn://10.0.0.236/trunk@265734 18797224-902f-48f8-a5cc-f745e15eee43
2014-12-03 22:31:26 +00:00

28 lines
932 B
ReStructuredText

.. _customization-faq:
Customization FAQ
=================
How do I...
...add a new field on a bug?
Use :ref:`custom-fields` or, if you just want new form fields on bug entry
but don't need Bugzilla to track the field seperately thereafter, you can
use a :ref:`custom bug entry form <custom-bug-entry>`.
...change the name of a built-in bug field?
:ref:`Edit <templates>` the relevant value in the template
:file:`template/en/default/global/field-descs.none.tmpl`.
...use a word other than 'bug' to describe bugs?
:ref:`Edit or override <templates>` the appropriate values in the template
:file:`template/en/default/global/variables.none.tmpl`.
...call the system something other than 'Bugzilla'?
:ref:`Edit or override <templates>` the appropriate value in the template
:file:`template/en/default/global/variables.none.tmpl`.
...alter who can change what field when?
See :ref:`who-can-change-what`.