Open Issues Need Help
View All on GitHubAI 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.
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.