Shopify / Shopify/shopify-function-rust
Missing `repository` field
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 47
- Forks
- 9
- Avg merge
- 1h 53m
- Merged PRs (30d)
- 2
Description
Hi! As part of https://crates.io/crates/cargo-goggles we're scraping the top 20k crates from crates.io. We have noticed that crates in this repository are missing the repository field inside Cargo.toml, which as explained by the docs ^1 tells crates.io, lib.rs and any other system that might be interested in it the link to the repository.
I'd also suggest checking that Rust crates in other repositories follow this same convention.
Contributor guide
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 by locating the Rust crates' Cargo.toml files and compare their package metadata with Cargo's repository-field documentation. Add the repository link to each affected manifest, then verify that all crates in this repository follow the convention and consider whether other repositories need the same check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100