Closed Exios66 closed 22 hours ago
This pull request includes several important changes to improve documentation, enhance the codebase, and update dependencies. The most significant changes include the addition of a new issue template, a comprehensive code of conduct, a security policy, a new Flask application, and updates to the CSV question dataset.
.github/ISSUE_TEMPLATE/new-addition-template.md
: Added a new issue template for new additions.CODE_OF_CONDUCT.md
: Introduced a Contributor Covenant Code of Conduct to ensure a harassment-free community.SECURITY.md
: Added a security policy outlining supported versions and vulnerability reporting.docs/README.md
: Enhanced the README with new badges, expanded repository structure, and detailed usage instructions. [1] [2] [3] [4] [5]app.py
: Created a new Flask application with routes for index, getting and setting themes, and error handling for 404 and 500 errors.docs/Questions/CSV/Refined_General Knowledge_Questions.csv
: Updated the general knowledge questions dataset with new entries.docs/api/requirements.txt
: Added the requests
library to the requirements.docs/assets/images/svg/placeholder.md
: Removed an empty placeholder file.
This pull request includes several significant updates to the project, including new templates, documentation, and code enhancements. The most important changes are the addition of a new issue template, a comprehensive code of conduct, a security policy, a new Flask application, and an updated set of general knowledge questions.
New Templates and Documentation:
.github/ISSUE_TEMPLATE/new-addition-template.md
: Added a new issue template for new additions.CODE_OF_CONDUCT.md
: Introduced a comprehensive Contributor Covenant Code of Conduct to ensure a harassment-free community.SECURITY.md
: Added a security policy detailing supported versions and vulnerability reporting guidelines.Code Enhancements:
app.py
: Created a new Flask application with basic routes and error handlers.Data Updates:
docs/Questions/CSV/Refined_General Knowledge_Questions.csv
: Updated the general knowledge questions dataset with new entries and topics.These changes aim to improve project structure, ensure community standards, and enhance the application's functionality.