From 45ceeed0eaa8e94885f7135afe170258845f71a1 Mon Sep 17 00:00:00 2001 From: Md Mosharaf Hossan Date: Fri, 7 Jul 2023 18:43:25 +0700 Subject: [PATCH] [#322] Add link to contribution guideline wiki in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eea0fa038..8b2a500e2 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ make dev Read more about Rails Application Template in the [official Rails Guides](https://guides.rubyonrails.org/rails_application_templates.html). +See the contribution guidelines in the [Wiki](../../wiki/Contribution_Guide). + ## Testing the Template To run [RuboCop](https://github.com/rubocop/rubocop) against the template: