Skip to content

Commit

Permalink
added feature issue template for reporting of new feature/ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
danishjamal104 authored and therajanmaurya committed Feb 3, 2024
1 parent ddbec84 commit 6f21394
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
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

0 comments on commit 6f21394

Please sign in to comment.