Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Summary:**

Summarize your issue in one sentence (what goes wrong, what did you expect to happen)
Expand Down
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature or Enhancement request
about: Suggest an idea/enhancement for this project
title: ''
labels: ''
assignees: ''

---

**Summary:**

Summarize the new feature you wanted to be implemented (what are you trying to implement? How it is benefitial?)

**Possible Approach:**

Mention the steps to implement this feature(If you can think of one)

**Select Type:**

- [ ] UI Improvements
- [ ] UI Add On
- [ ] Improve Existing Code
- [ ] New Feature
- [ ] Other