Developer Contribution Guide
π Workflow Overview
π Step-by-Step Git Workflow
1. Fork the Repo
2. Clone Your Fork
git clone https://github.com/<your-username>/ArtsiAI-Labs.git
cd ArtsiAI3. Add Upstream Remote
git remote add upstream https://github.com/ArtsiAI/ArtsiAI-Labs.git4. Create a Feature Branch
5. Make Your Changes
6. Commit with Conventional Messages
7. Push to Your Fork
8. Open a Pull Request (PR)
π Testing Before PR
π GitHub Issues & Discussions
Last updated