From 05a5357a6c63b8c83062c1b295ee98d14f8e85aa Mon Sep 17 00:00:00 2001 From: Giuseppe Di Natale Date: Thu, 15 Jun 2017 17:52:18 -0700 Subject: [PATCH] Provide links to info about ZFS Buildbot options Add links for information about the ZFS buildbot options to the contributing guidelines and PR template. Reviewed-by: Brian Behlendorf Signed-off-by: Giuseppe Di Natale Closes #6235 --- .github/CONTRIBUTING.md | 2 ++ .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 46923b5ee..c2a5e6a13 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -136,6 +136,8 @@ Buildbot](http://build.zfsonlinux.org/) builders before being accepted. If you are experiencing intermittent TEST builder failures, you may be experiencing a [test suite issue](https://github.com/zfsonlinux/zfs/issues?q=is%3Aissue+is%3Aopen+label%3A%22Test+Suite%22). +There are also various [buildbot options](https://github.com/zfsonlinux/zfs/wiki/Buildbot-Options) +to control how changes are tested. * All proposed changes must be approved by a ZFS on Linux organization member. ### Testing diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d577aaabe..7bad053f8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,10 @@ + + ### Description @@ -20,6 +25,7 @@ - [ ] Performance enhancement (non-breaking change which improves efficiency) - [ ] Code cleanup (non-breaking change which makes code smaller or more readable) - [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Documentation (a change to man pages or other documentation) ### Checklist: -- 2.39.5