Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github submission templates #423

Merged
merged 3 commits into from Apr 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,25 @@
---
name: Bug Report
about: Report a bug encountered using kind
labels: kind/bug

---

<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!-->


**What happened**:

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:

**Environment:**

- kind version: (use `kind version`):
- Kubernetes version: (use `kubectl version`):
- Docker version: (use `docker info`):
- OS (e.g. from `/etc/os-release`):

13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/cleanup.md
@@ -0,0 +1,13 @@
---
name: Cleanup
about: Pay down technical debt, reduce friction, etc.
labels: kind/cleanup

---

<!-- Please use this template while filing an issue to highlight technical debt to be paid down, or friction to be reduced -->

**What should be cleaned up or changed**:

**Why is this needed**:

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
@@ -0,0 +1,11 @@
---
name: Documentation Request
about: Suggest what should be documented in kind
labels: kind/documentation

---
<!-- Please only use this template for submitting documentation requests -->

**What would you like to be documented**:

**Why is this needed**:
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
@@ -0,0 +1,11 @@
---
name: Enhancement Request
about: Suggest an enhancement to kind
labels: kind/feature

---
<!-- Please only use this template for submitting enhancement requests -->

**What would you like to be added**:

**Why is this needed**: