1.6 KiB
1.6 KiB
🔗 Linked Issue
Closes #
✅ Type of Change
- ✨ New Project/Feature
- 🐞 Bug Fix
- 📚 Documentation Update
- 🔨 Refactor or Other
📝 Summary
📖 README Checklist
- I have created a
README.mdfile for my project. - My
README.mdfollows the official.github/README_TEMPLATE.md. - I have included clear installation and usage instructions in my
README.md. - I have added a GIF or screenshot to the
assetsfolder and included it in myREADME.md.
✔️ Contributor Checklist
- I have read the CONTRIBUTING.md document.
- My code follows the project's coding standards.
- I have placed my project in the correct directory (e.g.,
advance_ai_agents,rag_apps). - I have included a
requirements.txtorpyproject.tomlfor dependencies. - I have added a
.env.examplefile if environment variables are needed and ensured no secrets are committed. - My pull request is focused on a single project or change.