Skip to content
Open
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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Support
url: https://github.com/milendrakumarbaghel/RupeeFi/issues/new
about: "If this template doesn't fit, use this to get help."
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: "Problem Report"
about: Report a bug or propose a fix for an issue
title: "[Bug]: "
labels: bug
assignees: ""
---

## Description of the Problem
<!-- A clear and concise description of the issue. -->

## Steps to Reproduce (if applicable)
<!-- Step-by-step instructions to reproduce the issue. -->
1.
2.
3.

## Expected vs Actual Behavior
**Expected:**
<!-- What you expected to happen. -->

**Actual:**
<!-- What actually happened. -->

## Screenshots, Recordings, or Logs
<!-- If applicable, add screenshots, GIFs, or logs to help explain the problem. -->

## Proposed Fix / Approach
<!-- Describe your suggested fix or changes. -->

## Additional Context / Dependencies
<!-- Add any other context, dependencies, or related issues here. -->

## Will You Work on This Issue?
- [ ] Yes
- [ ] No