{% extends "base.html" %} {% set active_page = "opensource" %} {% block title %}Opensource{% endblock %} {% block content %}
| Repository | Issue | Status | PR | ||
|---|---|---|---|---|---|
|
{% if c.repo_language %}
{{ c.repo_language }}
{% endif %}
{{ c.repo_full_name }}
{% if c.repo_stars %}
{{ c.repo_stars | star_count }}
{% endif %}
|
#{{ c.issue_number }}: {{ c.issue_title[:60] }}{% if c.issue_title | length > 60 %}...{% endif %} | {{ c.status.value | replace('_', ' ') | title }} | {% if c.pr_url %} PR #{{ c.pr_number }} → {% else %} — {% endif %} | ||
|
{% if c.analysis_summary %}
Analysis
{{ c.analysis_summary[:500] }}
Plan
{{ c.implementation_plan[:500] }}
Commit Log
{{ c.commit_log }}
Error
{{ c.error_message }}
Fork
{{ c.fork_url }}
|
|||||
| No contributions yet — the opensource agent is searching for issues to fix | |||||