summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2016-11-19 17:02:39 +0100
committerSean Owen <sowen@cloudera.com>2016-11-21 09:26:18 +0000
commit46fb91025482150f7e8eba20606211d9c016009f (patch)
tree0b87e13f36183e6a71e63335a353beda4a83b2dd
parentd10414f8390c5e2a6a4f11cfcf731d5b4c52b289 (diff)
downloadspark-website-46fb91025482150f7e8eba20606211d9c016009f.tar.gz
spark-website-46fb91025482150f7e8eba20606211d9c016009f.tar.bz2
spark-website-46fb91025482150f7e8eba20606211d9c016009f.zip
add Pull Request Template
-rw-r--r--.github/CONTRIBUTING.md1
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 000000000..7b5dc0b34
--- /dev/null
+++ b/.github/CONTRIBUTING.md
@@ -0,0 +1 @@
+Make sure that you generate site HTML with `jekyll build`, and include the changes to the HTML in your pull request also. See README.md for more information.
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..5121ede8b
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1 @@
+*Make sure that you generate site HTML with `jekyll build`, and include the changes to the HTML in your pull request also. See README.md for more information. Please remove this message.*