@model IEnumerable @{ ViewBag.Title = "Bugtracker"; }

Bugtracker

@{ Html.RenderPartial("~/Views/Bugs/_BugBar.cshtml"); }
@{ Html.RenderPartial("~/Views/Bugs/_Sidebar.cshtml", Model); }

Welcome to the ShiftOS bug tracker.

ShiftOS is a game about an evolving operating system, and an evolving world. However, ShiftOS itself is evolving with new features everyday.

We at ShiftOS strive to create a stable experience and most bugs are taken care of before they ever leave the development environment. However, sometimes we make mistakes. I mean, we're all human, right? Anyways, if you find a mistake we've made in ShiftOS, this is the best spot to place it.