aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/contrib/submit.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/dev/contrib/submit.md')
-rw-r--r--site/dev/contrib/submit.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/site/dev/contrib/submit.md b/site/dev/contrib/submit.md
index 6627546b61..1d36e1f9d7 100644
--- a/site/dev/contrib/submit.md
+++ b/site/dev/contrib/submit.md
@@ -45,9 +45,10 @@ Test code is located under the 'tests' directory.
See [Writing Unit and Rendering Tests](../testing/tests) for details.
Unit tests are best, but if your change touches rendering and you can't think of
-an automated way to verify the results, consider writing a GM test. Also, if your
-change is in the GPU code, you may not be able to write it as part of the standard
-unit test suite, but there are GPU-specific testing paths you can extend.
+an automated way to verify the results, consider writing a GM test or a new page
+of SampleApp. Also, if your change is the GPU code, you may not be able to write
+it as part of the standard unit test suite, but there are GPU-specific testing
+paths you can extend.
Submitting a patch
------------------