浏览代码

Document optional test triggers in PR template. Beware, @test-aci or @test-windows in comments will also trigger tests, comments are not ignored for this

Guillaume Tardif 5 年之前
父节点
当前提交
d06d5ae358
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      .github/PULL_REQUEST_TEMPLATE.md

+ 7 - 1
.github/PULL_REQUEST_TEMPLATE.md

@@ -1,6 +1,12 @@
 **What I did**
 
 **Related issue**
-<-- If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" -->
+<!-- If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" -->
+
+<!-- optional tests
+You can add a @ mention to run tests executed by default only on main branch : 
+* `test-aci` to run ACI E2E tests
+* `test-windows` to run tests & E2E tests on windows
+-->
 
 **(not mandatory) A picture of a cute animal, if possible in relation with what you did**