summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/integrating/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/rst/integrating/faq.rst')
-rw-r--r--docs/en/rst/integrating/faq.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/en/rst/integrating/faq.rst b/docs/en/rst/integrating/faq.rst
new file mode 100644
index 000000000..19f8b59ff
--- /dev/null
+++ b/docs/en/rst/integrating/faq.rst
@@ -0,0 +1,27 @@
+
+.. _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`.