You can either copy the templates/default directory to another directory under templates/, or you can start from scratch with a new directory under templates (with the same file names for the html files). When the new directory is present in the templates directory, it will be selectable on the admin configuration page.
To remove certain fields, you can change them to hidden input fields with the value of 0.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
With bugzilla, I was able to create a templates/en directory and define my own set of templates. Is there a way to do that here?
Also, is there a way to remove specific fields in the bug reports (such as the site and database fields)?
Thanks
You can either copy the templates/default directory to another directory under templates/, or you can start from scratch with a new directory under templates (with the same file names for the html files). When the new directory is present in the templates directory, it will be selectable on the admin configuration page.
To remove certain fields, you can change them to hidden input fields with the value of 0.