Skip to content

Commit

Permalink
issue #807 Issue templates (#826)
Browse files Browse the repository at this point in the history
* issue #807 Issue templates

Signed-off-by: Daniil Efremov <[email protected]>

* issue #807 add question issue type template

Signed-off-by: Daniil Efremov <[email protected]>
  • Loading branch information
Daniil Efremov authored Apr 16, 2021
1 parent 0b5f3c2 commit 962dbf6
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Please switch to **Preview** and select one of the following links depending on your use-case:

* [Feature](?template=spec.md)
* [Bug](?template=bug.md)
* [Question](?template=question.md)

Once switched to the correct template, keep in mind that switching templates will remove all already entered data within this issue.

Thank you for reaching out!
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Expected Behavior

<!--- Please describe the behavior you are expecting -->

## Current Behavior

<!--- What is the current behavior? -->

## Failure Information (for bugs)

<!--- Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template. -->

## Steps to Reproduce

<!--- Please provide detailed steps for reproducing the issue: -->

1. Step 1
2. Step 2
3. You get the idea...

## Context

<!--- Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. -->

* Kubernetes Version:
* etc.

## Failure Logs

<!--- Please include any relevant log snippets or files here. -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Question

<!--- Please describe the behavior you are expecting -->


## Examaples

<!--- Please provide examples related to provided question -->


## Context

<!--- Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. -->

* Kubernetes Version:
* etc.

## Other artifacts/Logs

<!--- Please include any relevant log snippets or files here. -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/spec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Overview

<!--- Try to give a general description (optional if it overlaps with the content from the Google Docs file) -->

## Link to the Google Docs document

<!--- Please provide the link to the Google Docs document -->

## References

<!--- If present, you can share links to issues, PRs, etc. -->

0 comments on commit 962dbf6

Please sign in to comment.