You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there's no special workflow for users to file PRs. Ideally, users would file PRs with their solutions and RepoQuest would generate feedback. Three kinds of feedback imaginable:
Generic rule-based feedback, like Clippy. Right now this runs in CI but we could move it to the PR to be less annoying.
Quest-specific rule-based feedback. Quest authors could create Clippy-like rules that look for common mistakes or anti-patterns.
AI-based feedback. We could run an LLM over your PR and have it give feedback.
The text was updated successfully, but these errors were encountered:
Right now there's no special workflow for users to file PRs. Ideally, users would file PRs with their solutions and RepoQuest would generate feedback. Three kinds of feedback imaginable:
The text was updated successfully, but these errors were encountered: