You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
-
# Setup
1
+
# Contributing
2
2
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.
5
6
6
7
# Day to day tasks
7
8
@@ -13,10 +14,6 @@ in particular `cargo test --test fixtures_test` is what I use for ongoing
13
14
development when I'm testing a new feature, which I usually start by committing
0 commit comments