issue templates added

This commit is contained in:
JD
2022-02-23 10:51:14 +05:30
committed by GitHub
parent 5ae83eae87
commit f37718b2de
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
name: Feature request ✨
description: Suggest an idea or ask for a feature that you would like to have
labels: [feat-req]
body:
- type: markdown
attributes:
value: |
Thanks for letting us know how we can improve our product! ☺️
- type: textarea
attributes:
label: What problem does this feature solve?
validations:
required: true
- type: textarea
attributes:
label: What does the proposed solution look like?
validations:
required: true