Skip to content

Fix 500 Error When Creating Issue For Project With No Commits

This merge request fixes issue #153 (closed), where trying to create an issue for a project with no commits results in a 500 error. This was done by updating the form to check that the repository wasn't empty before trying to load the contribution guide.

Merge request reports