diff options
| author | Jamie Hannaford <jamie@limetree.org> | 2017-10-05 11:58:27 +0100 |
|---|---|---|
| committer | Jamie Hannaford <jamie@limetree.org> | 2017-10-05 11:58:27 +0100 |
| commit | 6bda727b83d36e9cc24e8da87bf8916e7e7b1220 (patch) | |
| tree | 350a93ba5051e3b174e7d2658a35f5fea865b5af /.github | |
| parent | f20eb8c175360831c67decde6e0f87684c1ba380 (diff) | |
Add PR template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 00000000..a902841f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,15 @@ +<!-- 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#your-first-contribution +- If you are editing SIG information, please follow these instructions: https://github.com/kubernetes/community/tree/master/generator + You will need to follow these steps: + 1. Edit sigs.yaml with your change + 2. Generate docs with `make all`. To build docs for one sig, run `make WHAT=sig-apps all` +--> + +**What this PR does**: + +**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # + +**SIG changes** + +- [] If changing SIG information, I have read [these instructions](https://github.com/kubernetes/community/tree/master/generator) and re-generated the docs
\ No newline at end of file |
