Contributees / First-Ruby-Quest

Web app referencing ruby related open source issues suitable for a first contribution and/or junior developers (or any developpers!)
MIT License
1 stars 2 forks source link

Fix GitHubAPI and IssueGenerator #3

Closed Oli0li closed 12 months ago

Oli0li commented 1 year ago

While looking into the app today I saw that Issue.find_issues was no longer working because of some issues in the GithubApi and IssueGenerator files, so I fixed it. There will probably be further changes to do to improve how we find and create issues but for now this allows us to generate a bunch of issues without any obvious errors happening.