commit | fc43dd99faf2014f977976bef57170fedb6c9541 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Apr 18 08:38:07 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Apr 18 08:39:18 2022 -0700 |
tree | d62bc05f9da099c7e40b1845193cc9e7e31dd35c | |
parent | 68ffdd2784caea06f8d3554cc09991cb6197b53e [diff] |
Added link to the Rules SIG new ruleset template. Addresses https://github.com/bazel-contrib/SIG-rules-authors/issues/44 PiperOrigin-RevId: 442549368
diff --git a/site/en/rules/rules-tutorial.md b/site/en/rules/rules-tutorial.md index c5c6985..09bbfd1 100644 --- a/site/en/rules/rules-tutorial.md +++ b/site/en/rules/rules-tutorial.md
@@ -16,7 +16,9 @@ See the [Bazel](/start/getting-started) and [Starlark](/rules/concepts) documentation for -more details. +more details, and the +[Rules SIG template](https://github.com/bazel-contrib/rules-template) as a +starting point for new rulesets. ## The empty rule