github: azure: Update our GitHub template to note for CI
authorTom Rini <trini@konsulko.com>
Fri, 10 Jul 2020 20:00:08 +0000 (16:00 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 15 Jul 2020 19:47:48 +0000 (15:47 -0400)
While the general policy of not taking changes to the project via pull
requests directly on GitHub has not changed, it can be useful to submit
a PR there in order to trigger a CI run on Azure.  These are run
automatically and the results are populated back to GitHub.  Add a note
to the template to reflect this.

Signed-off-by: Tom Rini <trini@konsulko.com>
.github/pull_request_template.md

index 23599b9..ae91252 100644 (file)
@@ -1,3 +1,6 @@
 Please do not submit a Pull Request via github.  Our project makes use of
 mailing lists for patch submission and review.  For more details please
 see https://www.denx.de/wiki/U-Boot/Patches
+
+The only exception to this is in order to trigger a CI loop on Azure prior
+to posting of patches.