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
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve our project
title: ''
labels: 'bug'
assignees: ''

---

**Describe the bug**
<!-- A clear and concise description of what the bug is.-->

**Observed behavior**
Steps to reproduce the behavior:
<!--1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen.-->

**Screenshots**
<!-- If applicable, add screenshots to help explain your problem.-->

**Suggest tags for this issue**
<!--
set of tags like enhancement, question, feature etc
-->

**Additional context**
<!-- Add any other context about the problem here.-->

<!--
IMP:
DO NOT MENTION OR REQUEST ADMIN TO ASSIGN THE ISSUE IN ISSUE DESCRIPTION ITSELF, COMMENT FOR IT SEPARATELY....
-->
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Feature request
about: Suggest a new idea for this project or improve an existing feature
title: ''
labels: ''
assignees: ''

---

**Description of the feature**
<!-->
A clear and concise description of what the feature is. Ex. It would be good to have a navigation bar [...]
-->

**Solution to follow**
<!--
A clear and concise description of what you want to reproduce.
-->

**Suggest tags for this issue**
<!--
set of tags like enhancement, question, feature etc
-->

**Additional context**
<!--
Add any other context about the feature request here.

Screenshots of expected output

Document related to the improvement

External links about this issue
-->

<!--
IMP:
DO NOT REQUEST ADMIN TO ASSIGN THE ISSUE IN ISSUE DESCRIPTION ITSELF, COMMENT FOR IT SEPARATELY....
-->