├── .github └── pull_request_template.md ├── CONTRIBUTING.md ├── README.md ├── README_JA.md └── logo.png /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eltociear/awesome-AI-driven-development/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eltociear/awesome-AI-driven-development/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eltociear/awesome-AI-driven-development/HEAD/README.md -------------------------------------------------------------------------------- /README_JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eltociear/awesome-AI-driven-development/HEAD/README_JA.md -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eltociear/awesome-AI-driven-development/HEAD/logo.png --------------------------------------------------------------------------------