Add GitHub repository and commit links to version and build details
Nobody has claimed this yet.
- Dominant language
- Svelte
- Stars
- 3
- Forks
- 5
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
Summary
Currently on the version details page (/projects/{project}/version/{version}), there are no links to GitHub for the project repository or the builds' originating commits. Users and developers inspecting builds must manually copy the 40-character commit SHA and search for it on GitHub to view changes, diffs, or associated PRs.
Proposed Solution
- Repository Link: Add a "Repository" link under the General metadata section (e.g.
PaperMC/Paper) pointing to the GitHub repository. - Build Header Link: Add a "GitHub" link button in each build card header adjacent to the "API" button linking directly to the originating commit.
- Clickable Commit SHA: Display the short commit SHA as a clickable link to the commit diff on GitHub, accompanied by a one-click copy button for the full SHA.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the version details route /projects/{project}/version/{version} and inspect how the general metadata and build cards receive repository and commit information. Done means the repository, originating commit, and short SHA link to GitHub, while the full SHA remains copyable.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100