Skip to content

fix: place correct contributing guide link#557

Open
kingazm wants to merge 1 commit intocot-rs:masterfrom
kingazm:master
Open

fix: place correct contributing guide link#557
kingazm wants to merge 1 commit intocot-rs:masterfrom
kingazm:master

Conversation

@kingazm
Copy link
Copy Markdown

@kingazm kingazm commented Apr 22, 2026

Related issue or discussion

Fixes #556

Description

Previously linked https://cot.rs/guide/latest/contributing in README.md shows "Not Found. The page you are looking for was not found."
Actual contributing guide is in https://github.com/cot-rs/cot/blob/master/CONTRIBUTING.md
Minor change but makes life easier for new contributors by pointing to the right guide rightaway.

Screenshot 2026-04-22 at 11-38-56 Error Cot

Type of change

  • Bug fix
  • New feature
  • Documentation
  • Refactor / cleanup
  • Performance improvement
  • Other (describe above)

Checklist

  • I've read the contributing guide
  • Tests pass locally (just test-all) (Although N/A cause this is only a docs change)
  • Code passes clippy (just clippy) (Although N/A cause this is only a docs change)
  • Code is properly formatted (cargo fmt) (Although N/A cause this is only a docs change)
  • New tests added (regression test for bugs, coverage for new features) (Although N/A cause this is only a docs change)
  • Documentation (both code and site) updated (if applicable)

Previously linked https://cot.rs/guide/latest/contributing shows "Not Found. The page you are looking for was not found."

Actual contributing guide is in https://github.com/cot-rs/cot/blob/master/CONTRIBUTING.md

Minor change but makes life easier for new contributors
@github-actions github-actions Bot added the A-docs Area: Documentation label Apr 22, 2026
@seqre seqre enabled auto-merge (squash) April 23, 2026 08:00
@seqre
Copy link
Copy Markdown
Member

seqre commented Apr 23, 2026

Thank you for noticing it and for contributing to fixing it!

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
rust 89.98% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-docs Area: Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nit: incorrect link to contributing guide in README.md

2 participants