Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9dbbc69

Browse files
scottileek8s-ci-robot
authored andcommitted
Add issue templates (kubernetes-client#916)
* Add issue templates * Include feedback fixes * Fix wording
1 parent b51037f commit 9dbbc69

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Bug report
3+
about: Share about things that are not working as expected
4+
labels: kind/bug
5+
6+
---
7+
8+
**What happened (please include outputs or screenshots)**:
9+
10+
**What you expected to happen**:
11+
12+
**How to reproduce it (as minimally and precisely as possible)**:
13+
14+
**Anything else we need to know?**:
15+
16+
**Environment**:
17+
- Kubernetes version (`kubectl version`):
18+
- OS (e.g., MacOS 10.13.6):
19+
- Python version (`python --version`)
20+
- Python client version (`pip list | grep kubernetes`)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Documentation
3+
about: Report any mistakes or missing information from the documentation or the examples
4+
labels: kind/documentation
5+
6+
---
7+
8+
**Link to the issue (please include a link to the specific documentation or example)**:
9+
10+
**Description of the issue (please include outputs or screenshots if possible)**:

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new feature for the project
4+
labels: kind/feature
5+
6+
---
7+
8+
**What is the feature and why do you need it**:
9+
10+
**Describe the solution you'd like to see**:

0 commit comments

Comments
 (0)