From b4d41c1b7a90d5c8c2df4204dff52cba6297dba1 Mon Sep 17 00:00:00 2001 From: marisa Date: Mon, 11 Nov 2019 18:02:56 +0100 Subject: chore: Update docs for 2.0 --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98deb16..d566df0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,8 +35,11 @@ You want to make sure where in the file you add your exercise. If you're not sur ```diff ... + [[exercises]] ++ name = "yourTopicN" + path = "exercises/yourTopic/yourTopicN.rs" + mode = "compile" ++ hint = """ ++ Some kind of useful hint for your exercise.""" ... ``` @@ -125,4 +128,4 @@ BREAKING CHANGE: This has to be done because lorem ipsum dolor Once you open a Pull Request, it may be reviewed or labeled (or both) until the maintainers accept your change. Then, [bors](https://github.com/bors) will run the test suite with your changes and if it's successful, automatically -merge it in! \ No newline at end of file +merge it in! -- cgit v1.2.3