Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.57 KB

CONTRIBUTING.md

File metadata and controls

62 lines (42 loc) · 2.57 KB

An image of @susiesunflower's Holopin badges, which is a link to view their full Holopin profile

Welcome Contributors! 👋

Welcome to the Hacktoberfest Machine Learning Projects Repository! We're excited to have you here and appreciate your interest in contributing to this open source event.This is an opportunity to showcase your talent and hardwork as well as a great learning experience as to what to expect when you dive into the world of Machine Learning. This guide will help you get started with your contributions.

How to Contribute

  1. Fork the Repository:

    • Click on the 'Fork' button in the upper right corner of this repository's page. This creates your personal copy of the repository.
  2. Clone Your Fork:

    • Clone the repository to your local machine using Git. Replace <your-username> with your GitHub username.
    git clone https://github.com/<your-username>/Noob-to-Ninja-ML.git
    
  3. Create a Branch:

  • Create a new branch for your work. Replace <my-feature-branch> with your name.
    git checkout -b my-feature-branch
    
  1. Make Changes:
  • Make your desired changes or add new features to the project.
  1. Add your changes
  • Once you have successfully made changes use this command to 8add all your changes and get your changes into the staging area.
     git add .
    
  1. Commit Changes:
  • Commit your changes with a descriptive commit message. Replace <message> with the description of your project.
     git commit -m "message"
    
  1. Push Changes:
  • Push your changes to your forked repository. Replace <your-branch-name> with your the name of your branch.
    git push origin your-branch-name
    
    
  1. Create a Pull Request:
  • Go to your forked repository on GitHub.
  • Click on the 'New Pull Request' button.
  • Provide a descriptive title and explain your changes.
  • Submit the Pull Request.

Code of Conduct

Please review our Code of Conduct to understand the guidelines and expectations for our community.

Contact Us

If you have any questions or need assistance, feel free to reach out to us on Discord: aarushiksk LinkedIn:aarushiksk

Thank You

A big thank you to all our contributors! Your efforts and contributions are greatly appreciated! ❤️


Feel free to customize the content and include specific details relevant to your project. Best of luck with your Projects! 😊