Conversation
There was a problem hiding this comment.
Pull request overview
This PR focuses on making documentation and GitHub templates more robust to automated link checking by updating or excluding problematic URLs.
Changes:
- Update contributing-guide links in
README.mdand GitHub issue templates to point to the repository source file. - Fix a broken GitHub link in the benchmark documentation by using the correct
blob/mainURL. - Adjust link-checker configuration (
.lychee.toml) to exclude additional URLs.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates the contributing link to a GitHub-hosted doc source path. |
| docs/src/91-developer.md | Updates the “Utopic Git History” reference URL. |
| docs/src/2-benchmark.md | Fixes the benchmark/figures.jl link to use a valid GitHub blob/main URL. |
| .lychee.toml | Adds new URL exclusions for the link checker. |
| .github/ISSUE_TEMPLATE/99-general.yml | Updates contributing-guide link to point to repo source. |
| .github/ISSUE_TEMPLATE/30-usage.yml | Updates contributing-guide link to point to repo source. |
| .github/ISSUE_TEMPLATE/20-feature-request.yml | Updates contributing-guide link to point to repo source. |
| .github/ISSUE_TEMPLATE/10-bug-report.yml | Updates contributing-guide link to point to repo source. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The Link checker stills fails though |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…Solver.jl into main-only-clean
|
@tmigot could you check again. Only one was at fault, so I think it will pass now. |
|
@tmigot Let's try one more time. There shouldn't be a problem (but let's see) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #196 +/- ##
==========================================
+ Coverage 82.97% 83.52% +0.55%
==========================================
Files 10 10
Lines 599 607 +8
==========================================
+ Hits 497 507 +10
+ Misses 102 100 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@tmigot Fixed. |
No description provided.