From 969400fe7debb5753888762f7b150f3b156d29da Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sat, 19 Nov 2016 22:54:27 -0800 Subject: [PATCH] Link to Contributing Code --- basics_dev/source-code.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basics_dev/source-code.md b/basics_dev/source-code.md index e33cdfe9..f39a2460 100644 --- a/basics_dev/source-code.md +++ b/basics_dev/source-code.md @@ -53,7 +53,7 @@ find . -mindepth 1 -maxdepth 1 -type d -exec git -C {} fetch --tags --recurse-su How to Send Patches ------------------- -If you want to contribute code to the project, there are two ways. Whichever +If you want to [contribute code] to the project, there are two ways. Whichever method you choose, you must [sign your code] before it can be accepted. * **Preferred**: Use GitHub's [fork & pull requests]. @@ -81,6 +81,7 @@ method you choose, you must [sign your code] before it can be accepted. [QubesOS GitHub account]: https://github.com/QubesOS/ +[contribute code]: /doc/contributing/#contributing-code [sign your code]: /doc/code-signing/ [fork & pull requests]: https://guides.github.com/activities/forking/ [qubes-devel mailing list]: /mailing-lists/#qubes-devel