Thank you for your interest in contributing to OwnAI! We appreciate your help in making this project better.
If you find a bug, please open an issue on our GitHub Issues page with:
- A clear title and description
- Steps to reproduce the bug
- Expected behavior and what actually happened
- System information (macOS version, Xcode version, etc.)
- Screenshots if applicable
Have an idea for a new feature? Open an issue on our GitHub Issues page with:
- A clear title and description
- The reason why this feature would be valuable
- Any relevant examples or mockups
- Fork the repository
- Create a new branch from
mainfor your feature or bugfix - Make your changes
- Ensure your code follows our style guidelines
- Test your changes thoroughly
- Submit a pull request
-
Clone the repository
git clone https://github.com/YourUsername/OwnAI.git cd OwnAI -
Open the project in Xcode
open ownai/ownai.xcodeproj
-
Make your changes and test them locally
- Follow Apple's Swift API Design Guidelines
- Use SwiftUI best practices
- Comment your code appropriately
- Write meaningful commit messages
- Be respectful and inclusive
- Focus on constructive feedback
- Help create a positive and collaborative environment
Thank you for contributing to OwnAI!