Add .github, config yaml and issue template (#43)

* add .github, config yaml and issue template

* move expected result and reporduction steps to description

* added feature request template
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..2794f0c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,48 @@
+---
+name: Bug report
+about: Problems or issues with Kibble projects
+title: ''
+labels: 'kind:bug'
+assignees: ''
+
+---
+
+<!--
+Hi! Thanks for submitting issue.
+We are happy that you are using Kibble.
+Please follow below steps when submitting the issue.
+Check our other issues -- maybe similar issue is already reported.
+
+Please, delete comment block before submitting.
+
+Thank you and have a nice day!
+Kibble team
+-->
+
+**Description:**
+<!--
+Please provide a detailed description of the issue you want to submit.
+Please tell us how many times the issue occurred.
+Could you tell us how it should work in your opinion?
+-->
+
+**Reproduction steps:**
+<!--
+Provide steps that allow us to reproduce the issue.
+1.
+2.
+3.
+-->
+**Actual result:**
+<!--Describe actual system behavior.-->
+
+**OS:**
+<!--Tell us what OS you are using.-->
+
+**Logs:**
+<!--Attach logs if you have.-->
+
+**Other:**
+<!--
+Provide, attach, describe any other information you think are helpful.
+-->
diff --git a/.github/ISSUE_TEMPLATE/config.ymal b/.github/ISSUE_TEMPLATE/config.ymal
new file mode 100644
index 0000000..3ba13e0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.ymal
@@ -0,0 +1 @@
+blank_issues_enabled: false
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..753f97d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,33 @@
+---
+name: Feature request
+about: Idea or feature request  
+title: ''
+labels: 'kind:feature'
+assignees: ''
+
+---
+
+<!--
+Hi! We are happy that you are using Kibble.
+Please follow below steps when submitting the issue.
+Check our other issues -- maybe similar feature is already reported.
+
+Please, delete comment block before submitting.
+
+Thank you and have a nice day!
+Kibble team
+-->
+
+**Description**
+<!-- Provide description of your idea/feature. -->
+
+**Use case**
+<!--
+What do you want to achieve with this idea?
+Please tell us about your idea as much as possible.
+Focus on the user perspective rather than implementation.
+What problem do you want to solve with your idea.
+-->
+
+**Related Issues**
+<!-- Is there any issue related to your idea? -->