add github issue templates

This commit is contained in:
Paul Laros
2021-03-23 17:06:14 +01:00
parent 67ba5201db
commit b9ba9d3a05
3 changed files with 68 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
---
name: Bug report 🐛
about: Create a bug report for AdminKit
labels: bug
---
<!-- Provide a general summary of the issue in the Title above -->
## Current Behavior 😯
<!-- Describe what happens instead of the expected behavior. -->
## Expected Behavior 🤔
<!-- Describe what should happen. -->
## Steps to Reproduce 🕹
<!-- Describe how to reproduce the issue -->
Steps:
1.
2.
3.
4.
## Your Environment 🌎
<!-- What browser, OS and screen size are you using -->
- Browser:
- OS:
- Screen size:
## Screenshots 📷
<!-- If applicable, add screenshots to help explain this problem. -->
+5
View File
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Support ❔
url: https://adminkit.io/support/
about: I need support with AdminKit.
+25
View File
@@ -0,0 +1,25 @@
---
name: Feature request 💄
about: Suggest a new idea for AdminKit.
labels: enhancement
---
<!-- Provide a general summary of the feature in the Title above -->
## Summary 💡
<!-- Describe how it should work. -->
## Examples 🌈
<!--
Provide a link to the AdminKit specification, other implementations,
or screenshots of the expected behavior.
-->
## Motivation 🔦
<!--
What are you trying to accomplish? How has the lack of this feature affected you?
Providing context helps us come up with a solution that is most useful in the real world.
-->