innoSageAgentOne / CONTRIBUTION.md
sabazo's picture
added rag project core files
4b9ea4c unverified
|
raw
history blame
No virus
994 Bytes
# Pull Request Template
## Description
Please include a brief description of the changes introduced by this PR.
## Related Issue(s)
- If this PR addresses a particular issue, please reference it here using GitHub's linking syntax, e.g., "Fixes #123".
- If there's no related issue, briefly explain the motivation behind these changes.
## Changes Made
Please provide a list of the changes made in this PR.
## Screenshots (if applicable)
If the changes include UI updates or visual changes, please attach relevant screenshots here.
## Checklist
- [ ] I have tested my changes locally and ensured that they work as expected.
- [ ] I have updated the documentation (if applicable).
- [ ] My code follows the project's coding conventions and style guidelines.
- [ ] I have added appropriate test cases (if applicable).
- [ ] I have reviewed my own code to ensure its quality.
## Additional Notes
Add any additional notes or context about this PR here.
## Reviewer(s)
- @reviewer1
- @reviewer2