# 🤝 Contribution Guidelines

All contributions are welcome! Please follow the guidelines below to contribute to the Knotie-AI project.

# 📝 Guidelines

  1. Fork the repository: Click on the "Fork" button at the top right corner of the repository page to create a copy of the repository in your GitHub account.

  2. Clone your fork: Clone the forked repository to your local machine.

    git clone https://github.com/avijeett007/knotie-ai.git
    cd knotie-ai
  3. Create a new branch: Create a new branch for your feature or bugfix.

    git checkout -b feature-name
  4. Make your changes: Make the necessary changes in your local repository.

  5. Commit your changes: Commit your changes with a descriptive commit message.

    git add .
    git commit -m "Description of the feature or bugfix"
  6. Push to your fork: Push the changes to your forked repository.

    git push origin feature-name
  7. Create a Pull Request: Go to the original repository and create a Pull Request to merge your changes.

  8. Review and Discuss: Participate in the review process and address any feedback or changes requested by the maintainers.

# 📜 Code of Conduct

Please adhere to the Code of Conduct in all your interactions with the project.

# 💬 Join the Discussion

Join our Discord Community to discuss features, ask questions, and share feedback.