Skip to content

Commit a256706

Browse files
authored
Update CONTRIBUTING.MD (#862)
1 parent 25bc06a commit a256706

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Setup
1+
# Contributing
22

3-
1. make sure you have a recent-ish rust/cargo toolchain
4-
2. ensure you have at least ruby 2.6 installed
3+
## Requirements
4+
5+
Make sure you have a recent-ish Rust/Cargo toolchain. You can [check what version is used in CI](https://github.com/search?q=repo%3Afables-tales%2Frubyfmt%20toolchain%3A&type=code), but most recent versions should work fine.
56

67
# Day to day tasks
78

@@ -13,10 +14,6 @@ in particular `cargo test --test fixtures_test` is what I use for ongoing
1314
development when I'm testing a new feature, which I usually start by committing
1415
a new fixture.
1516

16-
## Doing what CI does:
17-
18-
`./script/ci`
19-
2017
## Autoformatting
2118

2219
Run `make fmt` to cleanup formatting for CI

0 commit comments

Comments
 (0)