Skip to content

Commit

Permalink
Merge pull request #105 from gardener/issue-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
shreyas-s-rao authored Jan 31, 2019
2 parents f064aa8 + 976f5cf commit 3de713b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: kind/bug
assignees: ''

---

**Describe the bug:**
A clear and concise description of what the bug is.

**Expected behaviour:**
A clear and concise description of what you expected to happen.

**How To Reproduce (as minimally and precisely as possible):**

**Logs:**

**Screenshots (if applicable):**


**Environment (please complete the following information):**
- Etcd version/commit ID :
- Etcd-backup-restore version/commit ID:
- Cloud Provider [All/AWS/GCS/ABS/Swift]:

**Anything else we need to know?**:
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an improvement for this project
title: "[Feature]"
labels: kind/enhancement
assignees: ''

---

**Feature (What you would like to be added):**

**Motivation (Why is this needed?):**

**Approach/Hint to the implement solution (optional):**

0 comments on commit 3de713b

Please sign in to comment.