I'd like to make the current Issues system more generic, the idea is to basically rename the tab to "Talk" similar to wikipedia, also the branch shouldn't be called rubhub/issues but instead be called meta/talk, also the rubhub/info branch should be renamed to meta/info.
Apart from that things should be a little different in the UI, by default it should not be an issue but instead just a thread, each response is then of a specific type which might change the overall thread: OpenIssue, OpenPullRequest(url: String), Close(reason: Reason), Comment, CodeReview(pull_request: String, status: ReviewStatus)
I'd like to make the current Issues system more generic, the idea is to basically rename the tab to "Talk" similar to wikipedia, also the branch shouldn't be called
rubhub/issuesbut instead be calledmeta/talk, also therubhub/infobranch should be renamed tometa/info.Apart from that things should be a little different in the UI, by default it should not be an issue but instead just a thread, each response is then of a specific type which might change the overall thread: OpenIssue, OpenPullRequest(url: String), Close(reason: Reason), Comment, CodeReview(pull_request: String, status: ReviewStatus)