From 33a2a50684866fe100bcd6e6e56a056fc9fe315d Mon Sep 17 00:00:00 2001 From: milendrakumarbaghel Date: Mon, 4 Aug 2025 20:06:13 +0530 Subject: [PATCH] Add problem report issue template --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++ .github/ISSUE_TEMPLATE/issue_template.md | 36 ++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..0175452c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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." diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md new file mode 100644 index 00000000..9fbd4474 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -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 + + +## Steps to Reproduce (if applicable) + +1. +2. +3. + +## Expected vs Actual Behavior +**Expected:** + + +**Actual:** + + +## Screenshots, Recordings, or Logs + + +## Proposed Fix / Approach + + +## Additional Context / Dependencies + + +## Will You Work on This Issue? +- [ ] Yes +- [ ] No