Skip to content

Commit e5de24e

Browse files
improve pr templates
1 parent b2c4917 commit e5de24e

File tree

4 files changed

+69
-0
lines changed

4 files changed

+69
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,31 @@ assignees: ''
1616
-->
1717

1818
/kind bug
19+
20+
<!--
21+
Thanks for filing an issue! Before hitting the button, please answer these questions.
22+
Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
23+
-->
24+
25+
**What did you do?**
26+
A clear and concise description of the steps you took (or insert a code snippet).
27+
28+
**What did you expect to see?**
29+
A clear and concise description of what you expected to happen (or insert a code snippet).
30+
31+
**What did you see instead? Under which circumstances?**
32+
A clear and concise description of what you expected to happen (or insert a code snippet).
33+
34+
**Environment**
35+
* go version:
36+
37+
<!--- Insert the output of `go version` here -->
38+
39+
* Kubernetes version information:
40+
<!--- Insert the output of `kubectl version` here -->
41+
42+
**Possible Solution**
43+
<!--- Only if you have suggestions on a fix for the bug -->
44+
45+
**Additional context**
46+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ assignees: ''
1616
-->
1717

1818
/kind feature
19+
20+
**Is your feature request related to a problem? Please describe.**
21+
A clear and concise description of what the problem is. Example: "I have an issue when (...)"
22+
23+
**Describe the solution you'd like**
24+
A clear and concise description of what you want to happen. Add any considered drawbacks.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Question
3+
about: Any questions you might have.
4+
title: ''
5+
labels: kind/question
6+
assignees: ''
7+
8+
---
9+
10+
<!-- STOP
11+
12+
* If this is an issue with some sort of runtime mechanics, it probably belongs in https://sigs.k8s.io/controller-runtime instead
13+
* If this is an issue with CRD generation or webhook config generation, it probably belongs in sigs.k8s.io/controller-tools instead
14+
* If this is an issue with scaffolding, or is definitely a cross repository effort, it probably belongs here.
15+
16+
-->
17+
18+
kind question

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
3+
Note: Make sure your branch is rebased to the latest upstream master.
4+
5+
-->
6+
7+
**Description of the change:**
8+
9+
10+
**Motivation for the change:**
11+
12+
<!--
13+
14+
Note: If this PR is fixing an issue make sure to add a note saying:
15+
Closes #<ISSUE_NUMBER>
16+
17+
-->

0 commit comments

Comments
 (0)