summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorGiuseppe Di Natale <[email protected]>2017-06-15 17:52:18 -0700
committerBrian Behlendorf <[email protected]>2017-06-15 17:52:18 -0700
commit05a5357a6c63b8c83062c1b295ee98d14f8e85aa (patch)
tree21586797d43ac0a25ffc660586130de458b44d5c /.github/PULL_REQUEST_TEMPLATE.md
parentef4be34a64010fb57632e1bc317810c86feacc67 (diff)
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 <[email protected]> Signed-off-by: Giuseppe Di Natale <[email protected]> Closes #6235
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
1 files changed, 6 insertions, 0 deletions
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 @@
<!--- Provide a general summary of your changes in the Title above -->
+<!---
+Documentation on ZFS Buildbot options can be found at
+https://github.com/zfsonlinux/zfs/wiki/Buildbot-Options
+-->
+
### Description
<!--- Describe your changes in detail -->
@@ -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:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->