Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 39e0ab9

Browse files
committed
Adds github issue and PR templates
1 parent 820e9ca commit 39e0ab9

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
**Is this a BUG REPORT or FEATURE REQUEST?**:
2+
3+
> Uncomment only one, leave it on its own line:
4+
>
5+
> /kind bug
6+
> /kind feature
7+
8+
9+
**What happened**:
10+
11+
**What you expected to happen**:
12+
13+
**How to reproduce it (as minimally and precisely as possible)**:
14+
15+
16+
**Anything else we need to know?**:
17+
18+
**Environment**:
19+
- Kubernetes version (use `kubectl version`):
20+
- Cloud provider or hardware configuration**:
21+
- Install tools:
22+
- Others:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!-- Thanks for sending a pull request! Here are some tips for you:
2+
1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
3+
2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews
4+
3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed
5+
-->
6+
7+
**What this PR does / why we need it**:
8+
9+
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
10+
11+
**Special notes for your reviewer**:
12+
13+
**Release note**:
14+
<!-- Steps to write your release note:
15+
1. Use the release-note-* labels to set the release note state (if you have access)
16+
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`.
17+
-->
18+
```release-note
19+
```

0 commit comments

Comments
 (0)