github: shorten test plan description in template (#35300)

I want to make it easier to delete the multiple lines of test plan
reminder. Now that devs are aware of this change, we can use a more
succinct message. The link to testing principles explains what a test
plan is, which can help new developers.

Test Plan: n/a
This commit is contained in:
Keegan Carruthers-Smith 2022-05-11 17:56:14 +02:00 committed by GitHub
parent 8f86e9a73f
commit 6a10abc587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,4 @@
## Test plan
<!--
As part of SOC2/GN-104 and SOC2/GN-105 requirements, all pull requests are REQUIRED to
provide a "test plan". A test plan is a loose explanation of what you have done or
implemented to test this, or why this change does not need testing, as outlined in our
Testing principles and guidelines:
https://docs.sourcegraph.com/dev/background-information/testing_principles
Write your test plan here after the "## Test plan" header.
-->
<!-- all pull requests REQUIRE a test plan. https://docs.sourcegraph.com/dev/background-information/testing_principles -->