@model PowderCoating.Application.DTOs.BugReport.CreateBugReportDto @using PowderCoating.Core.Enums @{ ViewData["Title"] = "Report a Bug"; ViewData["PageIcon"] = "bi-bug"; }
Back to Tools
@if (TempData["SuccessMessage"] != null) { } @if (TempData["ErrorMessage"] != null) { }
Bug Report Details
Provide a short, descriptive title (e.g., "Invoice PDF fails to generate").
Include steps to reproduce, what you expected, and what actually happened.
Photos or videos up to 100 MB each. Accepted: JPG, PNG, GIF, WEBP, MP4, MOV, AVI, MKV, WEBM.
    Cancel
    @section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }