From dba985482f8faa33755d66a23ebe82a6f829912d Mon Sep 17 00:00:00 2001 From: Theo Melo <9499829+theomelo@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:42:58 -0800 Subject: [PATCH] Create mentoring.md --- tracks/ruby/mentoring.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tracks/ruby/mentoring.md diff --git a/tracks/ruby/mentoring.md b/tracks/ruby/mentoring.md new file mode 100644 index 000000000..1803671d0 --- /dev/null +++ b/tracks/ruby/mentoring.md @@ -0,0 +1,2 @@ +- Whenever providing feedback about a code style, link it with a [ruby style guide](https://ruby.style/). +- Ensure you provide a link to the [official documentation](https://www.ruby-lang.org/en/documentation) as much as possible to support their learning.