From 18ae1dfa220835f99dc9e1f83bf314bb49630be8 Mon Sep 17 00:00:00 2001 From: Nguyen Quang Huy Date: Tue, 26 Feb 2019 13:39:58 +0700 Subject: [PATCH] Update PR template Update pull request template for more details. Signed-off-by: Nguyen Quang Huy --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 595b50218..262cdc5fa 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,10 +2,14 @@ 1. Make sure to read the Contributing Guide before submitting your PR: https://github.com/helm/helm/blob/master/CONTRIBUTING.md 2. If this PR closes another issue, add 'closes #' somewhere in the PR summary. GitHub will automatically close that issue when this PR gets merged. Alternatively, adding 'refs #' will not close the issue, but help provide the reviewer more context.--> +**Which issue(s) this PR fixes**: + **What this PR does / why we need it**: **Special notes for your reviewer**: +**Docs Changes**: + **If applicable**: - [ ] this PR contains documentation - [ ] this PR contains unit tests