aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/contributing.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/contributing.md')
-rw-r--r--site/contributing.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/contributing.md b/site/contributing.md
index 41b0c84001..6ea17d48a5 100644
--- a/site/contributing.md
+++ b/site/contributing.md
@@ -139,7 +139,8 @@ Bazel is organized in several parts:
you want to add rules, consider using [Skylark](docs/skylark/index.html)
first.
* Builtin rules in `com.google.devtools.build.lib.rules` and in
- `com.google.devtools.build.lib.bazel.rules`.
+ `com.google.devtools.build.lib.bazel.rules`. You might want to read [Why is
+ it so difficult to write Bazel rules?](hard_to_write_rules.html) first.
* Java native interfaces in `src/main/native`.
* Various tooling for language support (see the list in the
[compiling Bazel](#compile-bazel) section).