Skip to content

Commit 97cfb0b

Browse files
committed
Upload template
1 parent c8c7029 commit 97cfb0b

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Bug Report
2+
description: Report a bug encountered while operating Kubernetes
3+
labels:
4+
- kind/bug
5+
body:
6+
- type: textarea
7+
id: problem
8+
attributes:
9+
label: What happened?
10+
description: Please provide as much info as possible.
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: expected
16+
attributes:
17+
label: What did you expect to happen?
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: reproduce
23+
attributes:
24+
label: How can we reproduce it (as minimally and precisely as possible)?
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
id: additional
30+
attributes:
31+
label: Anything else we need to know?
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Enhancement Tracking Issue
2+
description: Provide supporting details for a feature in development
3+
labels:
4+
- kind/feature
5+
body:
6+
- type: textarea
7+
id: feature
8+
attributes:
9+
label: What would you like to be added?
10+
description: Feature requests are unlikely to make progress as issues.
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: rationale
16+
attributes:
17+
label: Why is this needed?
18+
validations:
19+
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#### What type of PR is this?
2+
3+
<!--
4+
Add one of the following kinds:
5+
/kind bug
6+
/kind cleanup
7+
/kind documentation
8+
/kind feature
9+
-->
10+
11+
#### What this PR does / why we need it:
12+
13+
#### Which issue(s) this PR fixes:
14+
<!--
15+
*Automatically closes linked issue when PR is merged.
16+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
17+
-->
18+
Fixes #
19+
20+
#### Special notes for your reviewer:
21+
22+
#### Does this PR introduce a user-facing change?
23+
<!--
24+
If no, just write "NONE" in the release-note block below.
25+
If yes, a release note is required:
26+
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
27+
-->
28+
```release-note
29+
30+
```

0 commit comments

Comments
 (0)