diff options
| author | mo8it <mo8it@proton.me> | 2024-05-13 01:25:38 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-05-13 01:25:38 +0200 |
| commit | 11fda5d70f568e0f528d91dd573447719abe05f4 (patch) | |
| tree | 683a2d1a8f807ea40908ef6c7a61c962e71d1d8b /CONTRIBUTING.md | |
| parent | d9df809838191962a82e98ff01aaaa73950ba670 (diff) | |
Move info.toml to rustlings-macros/
This improves the experience for contributors on Windows becuase
Windows can't deal with git symbolic links out of the box…
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6a2d17..bc00a6b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ Please be patient 😇 - Name the file `exercises/yourTopic/yourTopicN.rs`. - Make sure to put in some helpful links, and link to sections of the book in `exercises/yourTopic/README.md`. - Add a (possible) solution at `solutions/yourTopic/yourTopicN.rs` with comments and links explaining it. -- Add the [metadata for your exercise](#exercise-metadata) in the `info.toml` file. +- Add the [metadata for your exercise](#exercise-metadata) in the `rustlings-macros/info.toml` file. - Make sure your exercise runs with `rustlings run yourTopicN`. - [Open a pull request](#pull-requests). |
