🚨 issue templates

This commit is contained in:
Kaiz 2020-08-12 12:10:40 +05:30 committed by GitHub
parent 1e4865ad5e
commit c2671d69cc
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,20 @@
---
name: " \U0001F41B Bug Report"
about: Did something not work?
title: ''
labels: bug
assignees: ''
---
## Description of the problem
## How has this issue affected you? What are you trying to accomplish?
### Logs or Screenshots: (optional)
### Your Environment
| Software | Name/Version |
| ---------------- | ------------ |
| Operating System | |

12
.github/ISSUE_TEMPLATE/---feature.md vendored Normal file
View file

@ -0,0 +1,12 @@
---
name: "\U0001F308 Feature"
about: " What cool thing would you like to add?"
title: ''
labels: enhancement
assignees: ''
---
# What is this feature?
# How the feature should work?
# You have examples or an idea of how it can be implemented?