feat: add GET /issues/new handler for create-issue form #43
Reference in New Issue
Block a user
Delete Branch "feature/issues-new-handler"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
GET /issues/newroute in RegisterRoutesNewIssuehandler that fetches orgs/repos and renderscreate_issue.htmlCloses #28
Test plan
GET /issues/newreturns 200 with the create issue formgo test ./...passes