diff options
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index a902841f..2e5919db 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -3,13 +3,5 @@ - 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 + 2. Generate docs with `make generate`. To build docs for one sig, run `make WHAT=sig-apps generate` +-->
\ No newline at end of file |
