Found a crash? Something inconsistent? Inconvenient? Whatever it is, we wanna know so we can fix it.
+ +Just fill out this quick form.
+ +@using (Html.BeginForm()) +{ + @Html.AntiForgeryToken() +Name: | +@Html.TextBoxFor(Model=>Model.Name, new { @class = "form-control" }) | +
Version: + What version of ShiftOS did you experience this bug in? |
+ @Html.DropDownListFor(Model=>Model.VersionId, Model.Versions, new{@class="form-control"}) | +
+ Urgency: + How bad of a bug is this? + |
+ @Html.DropDownListFor(Model => Model.Urgency, Model.Urgencies, new { @class = "form-control" }) | +
+ Category: + What species of bug is this? (Hah, I'm tying biology into programming terms.) + |
+ @Html.DropDownListFor(Model => Model.SpeciesId, Model.Species, new { @class = "form-control" }) | +
Details: + Here you can supply as much detail as you want about the bug. Screenshots, links, explanations, crashes, logs, etc. The more info there is, the more we can help. + Markdown formatting is supported. |
+ @Html.TextAreaFor(Model=>Model.Description, new { @class = "form-control", rows = "5" }) | +
+ | + |
It's worth noting that rolling release builds follow the same bug support as the latest version of the standard-release ShiftOS. So, if you are running on the rolling release version, and the latest version is Beta 2, submit the bug for Beta 2.
+ +Note that obsolete versions of ShiftOS are not supported by us anymore, and thus, you may not submit a bug report for these versions.
+ +Also, any forked versions of ShiftOS are not supported by us. It is up to the developers of the fork to maintain their releases, keep their codebase in sync with ours, and take care of bugs that we don't cover.
+} \ No newline at end of file