From 1592239714cb6e7f9d600e684a7ff981a2d09f01 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Thu, 19 Nov 2020 07:06:57 -0800 Subject: [PATCH] doc: add links to quickly open templates for copy to personal gist --- checkstyle-tester/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/checkstyle-tester/README.md b/checkstyle-tester/README.md index 938bc0bf..bb6f5ea7 100644 --- a/checkstyle-tester/README.md +++ b/checkstyle-tester/README.md @@ -90,7 +90,11 @@ You can generate report in different ways: 2) generate report using github action. To generate report using github action, you need to provide links to "raw" versions -of your configuration and projects-to-test-on.properties files. +of your +configuration([template](https://raw.githubusercontent.com/checkstyle/contribution/master/checkstyle-tester/my_check.xml)) +and +projects-to-test-on.properties([template](https://raw.githubusercontent.com/checkstyle/contribution/master/checkstyle-tester/projects-to-test-on.properties)) +files. There are many ways to do that, but recommended one is to create [GitHub Gist](https://gist.github.com/) for each file.