Browse Source

Merge branch 'main' of https://github.com/fancyapps/ui into main

pull/416/head
Jānis Skarnelis 1 year ago
parent
commit
c91d337a5b
  1. 22
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 20
      .github/ISSUE_TEMPLATE/new-feature-proposal.md

22
.github/ISSUE_TEMPLATE/bug_report.md

@ -0,0 +1,22 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: needs triage
assignees: ''
---
:warning: **Please provide a link to a live sample/demo to get a quick and accurate response!**
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. See error
**Additional context**
Add any other context about the problem here.

20
.github/ISSUE_TEMPLATE/new-feature-proposal.md

@ -0,0 +1,20 @@
---
name: New feature proposal
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Loading…
Cancel
Save