Commit Graph

2 Commits

Author SHA1 Message Date
Rajtilak Bhattacharjee 00ef28f5c5 chore: update project structure and configurations
- Modified various project templates in .github/ISSUE_TEMPLATE for consistency and relevance.
- Updated .pre-commit-config.yaml to enhance code quality checks and formatting.
- Adjusted CODE_OF_CONDUCT.md to align with project guidelines.
- Added documentation in docs/development.md for development specifics.
- Added new files in the source directory:
  - generated_podcast_mp3s/__init__.py
  - generated_podcast_scripts/__init__.py
  - main.py
  - music package with multiple .mp3 files
  - prompts package with different podcast prompt scripts
  - utils package with various utility modules.
2023-11-11 10:58:52 +05:30
Rajtilak Bhattacharjee f3d925a8f5 feat: include project templates and dependency lists
- Added .github/FUNDING.yml, .github/ISSUE_TEMPLATE/bug_report.md, .github/ISSUE_TEMPLATE/custom.md, .github/ISSUE_TEMPLATE/feature_request.md for standardized issue reporting and funding information.
- Also included dev-requirements.txt and requirements.txt to manage development dependencies and required libraries for the project.
2023-11-10 20:33:41 +05:30