cmc-sales/php/app/views/pages/bug.ctp

35 lines
688 B
PHP

<h2>Raise a bug report</h2>
<p>If you've found a bug. Please email the following template to:
<a href="mailto:karl@minimalist.software">karl@minimalist.software</a>
<div class="bugtemplate">
# Summary of the problem
# What should happen
# What does happen
# Steps to reproduce
</div>
<h3>Example of a bug report</h3>
<div class="bugtemplate">
# Summary of the problem
Unable to add new contact to Customer
# What should happen
I click add contact and the new contact form appears
# What does happen
Click add contact and no form appears
# Steps to reproduce
eg.
1. Go to https://sales.cmctechnologies.com.au/customers/view/2075
2. Click "add contact"
3. No form appears
</div>