2 Open Issues Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Create a standardized GitHub issue template (.github/ISSUE_TEMPLATE/problem_report.md) for reporting bugs and proposed fixes in the RupeeFi project. The template should guide contributors to provide a clear description of the problem, steps to reproduce, expected vs. actual behavior, supporting evidence (screenshots, logs), their proposed fix, additional context, and whether they intend to work on the issue.

Complexity: 2/5
good first issue

JavaScript

AI Summary: The task involves refactoring the RupeeFi application by moving all content from the existing `/blog` page (RupeeFiBlog.jsx component and its associated folder) to the `/about` page. This includes renaming the component and folder to `AboutPage.jsx` and updating any references to reflect the change. The `/blog` page should then be removed.

Complexity: 2/5
enhancement good first issue gssoc25 level1

JavaScript