-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from gardener/issue-templates
Update issue templates
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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):** |