This pull request includes several changes aimed at improving project documentation and code structure. The most important changes include the addition of a bug report template, a comprehensive code of conduct, a security policy, a new Flask application structure, and the removal of outdated research documentation.
This pull request includes several changes aimed at improving project documentation and code structure. The most important changes include the addition of a bug report template, a comprehensive code of conduct, a security policy, a new Flask application structure, and the removal of outdated research documentation.
Documentation Enhancements:
.github/ISSUE_TEMPLATE/bug_report.md
: Added a new bug report template to standardize bug reporting.CODE_OF_CONDUCT.md
: Introduced a Contributor Covenant Code of Conduct to ensure a harassment-free experience for community members.SECURITY.md
: Added a security policy outlining supported versions and vulnerability reporting guidelines.Code Structure Improvements:
app.py
: Created a new Flask application setup with a factory function for better configuration management and deployment practices.Documentation Cleanup:
docs/Analysis/Ai-Research/People-Cannot-Distinguish-GPT-4-from-a-Human-in-a-Turing-Test.md
: Removed outdated research documentation to keep the repository current.docs/Analysis/Ai-Research/README.md
: Removed old README to make way for updated documentation.docs/Analysis/Ai-Research/README_NEW.md
: Added a new README file for AI research documentation.