diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index f3b52c295b..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,63 +0,0 @@ - - -**Is this a request for help?**: - ---- - -**Is this an ISSUE or FEATURE REQUEST?** (choose one): - ---- - -**Which release version?**: - ---- - -**Which component (CNI/IPAM/CNM/CNS)**: - ---- - -**Which Operating System (Linux/Windows)**: - ---- - -**For Linux: Include Distro and kernel version using "uname -a"** - ---- - -**For windows: provide output of "$(Get-ItemProperty -Path "C:\windows\system32\hal.dll").VersionInfo.FileVersion"** - ---- - - - -**Which Orchestrator and version (e.g. Kubernetes, Docker)** - ---- - -**What happened**: - ---- - -**What you expected to happen**: - ---- - -**How to reproduce it** (as minimally and precisely as possible): - ---- - -**Anything else we need to know**: - ---- diff --git a/.github/ISSUE_TEMPLATE/cni_bug_report.md b/.github/ISSUE_TEMPLATE/cni_bug_report.md new file mode 100644 index 0000000000..9820b6baa0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cni_bug_report.md @@ -0,0 +1,25 @@ +--- +name: 'CNI Bug Report' +about: Create a report to help us improve +--- + +**What happened:** + + +**What you expected to happen:** + + +**How to reproduce it:** + + +**Orchestrator and Version (e.g. Kubernetes, Docker):** + + +**Operating System (Linux/Windows):** + + +**Kernel (e.g. `uanme -a` for Linux or `$(Get-ItemProperty -Path "C:\windows\system32\hal.dll").VersionInfo.FileVersion` for Windows):** + + +**Anything else we need to know?:** +[Miscellaneous information that will assist in solving the issue.] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..8b1f29bf37 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: 'Feature Request' +about: Suggest an idea for this project. + +--- +**Component (Azure NPM or Azure CNI):** + + +**Describe in detail the feature/behavior/change you'd like to see:** + + +**Orchestrator(e.g. Kubernetes, Docker):** + + +**Operating System (Linux/Windows):** + + +**Anything else you would like to add:** +[Miscellaneous information that will assist in solving the issue.] + diff --git a/.github/ISSUE_TEMPLATE/npm_bug_report.md b/.github/ISSUE_TEMPLATE/npm_bug_report.md new file mode 100644 index 0000000000..a79766860d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/npm_bug_report.md @@ -0,0 +1,22 @@ +--- +name: 'NPM Bug Report' +about: Create a report to help us improve +--- + +**What happened:** + + +**What you expected to happen:** + + +**How to reproduce it:** + + +**Kubernetes Version:** + + +**Kernel (e.g. `uname -a`):** + + +**Anything else we need to know?:** +[Miscellaneous information that will assist in solving the issue.] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9e17cd7ef9..883e1d2186 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,38 @@ - + -**What this PR does / why we need it**: +**Reason for Change**: + -**Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)*: fixes # -**Special notes for your reviewer**: +**Issue Fixed**: + -**Release note**: - -```release-note -``` \ No newline at end of file + +**Requirements**: + + + +- [ ] uses [conventional commit messages](https://www.conventionalcommits.org/) + +- [ ] includes documentation +- [ ] adds unit tests + + +**Notes**: