From 4e3cb2cff931693aaf8fe339c3e4b9d365a4d952 Mon Sep 17 00:00:00 2001 From: Vinceorz <48338160+Vinceorz@users.noreply.github.com> Date: Sun, 21 Dec 2025 16:59:47 -0800 Subject: [PATCH] Add CONTRIBUTING.md guide --- CONTRIBUTING.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2722487 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,23 @@ +# Contributing to YORG-AI + +Thank you for your interest in contributing to YORG-AI! + +## Development Setup + +1. Clone the repository +2. Install backend dependencies: 3. Install frontend dependencies: +## Code Style + +- Follow PEP 8 for Python code +- Use ESLint/Prettier for JavaScript/TypeScript + +## Submitting Changes + +1. Fork the repository +2. Create a feature branch +3. Make your changes +4. Submit a pull request + +## Reporting Issues + +Please use GitHub Issues to report bugs or request features.