Thank you for considering contributing to NOVA-AI! We welcome contributions from everyone.
- Fork the repository: Click the "Fork" button at the top right of this page.
- Clone your fork: Clone your fork to your local machine using
git clone https://github.com/YOUR-USERNAME/NOVA-AI.git
. - Create a branch: Create a new branch for your work using
git checkout -b your-branch-name
. - Make your changes: Make your changes to the codebase.
- Commit your changes: Commit your changes with a descriptive commit message using
git commit -m "Description of changes"
. - Push to your fork: Push your changes to your fork using
git push origin your-branch-name
. - Open a Pull Request: Open a pull request on the original repository.
- Ensure your code follows the existing style of the project.
- Write clear, concise commit messages.
- Include any relevant documentation updates.
- Be responsive to feedback during the review process.
Thank you for your contributions!