mirror of
https://github.com/adminkit/adminkit.git
synced 2026-03-31 19:57:44 +01:00
add github issue templates
This commit is contained in:
@@ -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. -->
|
||||
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Support ❔
|
||||
url: https://adminkit.io/support/
|
||||
about: I need support with AdminKit.
|
||||
@@ -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.
|
||||
-->
|
||||
Reference in New Issue
Block a user