diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..0a924c27a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,52 @@ + + +---------- +BUG REPORT +---------- + +*Kubernetes version*: (try `kubctl version`) + + +*Environment (e.g. cloud provider, OS, kernel, install tools)*: + + +*What happened*: + + +*What you expected to happen*: + + +*How to reproduce it, as minimally and precisely as possible*: + + +*Anything else do we need to know*: + + + +[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/ISSUE_TEMPLATE.md?pixel)]() diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f6d242bd38..6d864984d3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,19 +1,25 @@ - + ```release-note -* Use the release-note-* labels to set the release note state -* Clear this block to use the PR title as the release note +* Enter your extended release note here (newlines are formatted as bullets). If this PR does not warrant a release + note, just say `NONE`. -OR- -* Enter your extended release note here (newlines are formatted as bullets) +* Use the release-note-* labels to set the release note state (if you have access) +* Clear this block to use the PR title as the release note ```