This PR refactors constructor parameters in multiple classes to improve readability and consistency. It introduces a new Titled class for composing title and body strings.
Detailed summary
Refactored constructor parameters in multiple classes for consistency and readability
Introduced Titled class for composing title and body strings
Added NonRelevant class to handle non-relevant bug reports and close the related GitHub issue
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
close #38
PR-Codex overview
This PR refactors constructor parameters in multiple classes to improve readability and consistency. It introduces a new
Titled
class for composing title and body strings.Detailed summary
Titled
class for composing title and body stringsNonRelevant
class to handle non-relevant bug reports and close the related GitHub issue