summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2019-02-20 10:11:08 -0800
committerChristoph Blecker <admin@toph.ca>2019-02-20 10:11:08 -0800
commit532b426b178a33fa6aceb8e310bdd7eefb6fb64f (patch)
tree10a42508befa92a050a006b72ca46948673a6916 /.github/PULL_REQUEST_TEMPLATE.md
parent3a54075de3d011ff2f8e4b78ba69a9ae3b2901f1 (diff)
Add general issue template structure for k/community
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..d08b6fa4
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,7 @@
+<!-- Thanks for sending a pull request! Here are some tips for you:
+- If this is your first contribution, read our Getting Started guide https://github.com/kubernetes/community/blob/master/contributors/guide/README.md
+- If you are editing SIG information, please follow these instructions: https://git.k8s.io/community/generator
+ You will need to follow these steps:
+ 1. Edit sigs.yaml with your change
+ 2. Generate docs with `make generate`. To build docs for one sig, run `make WHAT=sig-apps generate`
+--> \ No newline at end of file