Skip to content

Commit 8f5d793

Browse files
authored
Merge pull request kubernetes-sigs#47 from ashish-amarnath/add-issue-pr-templates
Add issue and pr templates from capa
2 parents aedae29 + 81af63a commit 8f5d793

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Tell us about a problem you are experiencing
4+
5+
---
6+
7+
/kind bug
8+
9+
**What steps did you take and what happened:**
10+
[A clear and concise description of what the bug is.]
11+
12+
13+
**What did you expect to happen:**
14+
15+
16+
**Anything else you would like to add:**
17+
[Miscellaneous information that will assist in solving the issue.]
18+
19+
20+
**Environment:**
21+
22+
- Cluster-api-provider-docker version:
23+
- Kubernetes version: (use `kubectl version`):
24+
- OS (e.g. from `/etc/os-release`):
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature enhancement request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
/kind feature
8+
9+
**Describe the solution you'd like**
10+
[A clear and concise description of what you want to happen.]
11+
12+
13+
**Anything else you would like to add:**
14+
[Miscellaneous information that will assist in solving the issue.]
15+
16+
17+
**Environment:**
18+
19+
- Cluster-api-provider-docker version:
20+
- Kubernetes version: (use `kubectl version`):
21+
- OS (e.g. from `/etc/os-release`):

.github/PULL_REQUEST_TEMPLATE.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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/guide/pull-requests.md#the-pull-request-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/guide/pull-requests.md#best-practices-for-faster-reviews
4+
3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/guide/release-notes.md
5+
4. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
6+
5. If this PR changes image versions, please title this PR "Bump <image name> from x.x.x to y.y.y."
7+
-->
8+
9+
**What this PR does / why we need it**:
10+
11+
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
12+
Fixes #
13+
14+
**Special notes for your reviewer**:
15+
16+
_Please confirm that if this PR changes any image versions, then that's the sole change this PR makes._
17+
18+
**Release note**:
19+
<!-- Write your release note:
20+
1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required".
21+
2. If no release note is required, just write "NONE".
22+
-->
23+
```release-note
24+
25+
```

0 commit comments

Comments
 (0)