Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"mcpServers": {
"CodSpeed": {
"type": "http",
"url": "https://mcp.codspeed.io/mcp"
}
}
Expand Down
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Contributing to CodSpeed Runner

## Getting Started

### Prerequisites

- [Rust](https://rustup.rs/)
- [Git LFS](https://github.com/git-lfs/git-lfs/blob/main/INSTALLING.md) (required for test fixtures)

### Setup

After cloning the repository, initialize the submodules and fetch the test fixtures:

```bash
git submodule update --init --recursive
git lfs install
git lfs pull
```

## Release Process

This repository is a Cargo workspace containing multiple crates. The release process differs depending on which crate you're releasing.
Expand Down