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