Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/cni_bug_report.md
Original file line number Diff line number Diff line change
@@ -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.]
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.]

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/npm_bug_report.md
Original file line number Diff line number Diff line change
@@ -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.]
47 changes: 34 additions & 13 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,38 @@
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If you want *faster* PR reviews, read how: https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#best-practices-for-faster-reviews
-->
<!-- Thank you for helping Azure Container Networking with a pull request!
Use conventional commit messages, such as
feat: add a knob to the frobnitz
or
fix: repair hole in wumpus
And read this for faster PR reviews: https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md#best-practices-for-faster-reviews -->

**What this PR does / why we need it**:
**Reason for Change**:
<!-- What does this PR improve or fix in Azure Container Networking? -->

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:
**Issue Fixed**:
<!-- If this PR fixes GitHub issue 1234, add "Fixes #1234" to the next line. -->

**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
```

**Requirements**:
<!-- Put an "X" character inside the brackets of each completed task. Some may be optional depending on the PR. -->


- [ ] uses [conventional commit messages](https://www.conventionalcommits.org/)
<!-- Common commit types:
build: Build 🏭
chore: Maintenance 🔧
ci: Continuous Integration 💜
docs: Documentation 📘
feat: Features 🌈
fix: Bug Fixes 🐞
perf: Performance Improvements 🚀
refactor: Code Refactoring 💎
revert: Revert Change ◀️
style: Code Style 🎶
security: Security Fix 🛡️
test: Testing 💚 -->
- [ ] includes documentation
- [ ] adds unit tests


**Notes**: