Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 933 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (26 loc) · 933 Bytes

Contributing to Tic Tac Toe Flask Application

Thank you for considering contributing to the Tic Tac Toe Flask Application! We welcome all types of contributions, including bug reports, enhancements, and documentation updates.

How to Contribute

  1. Clone the repository:

    git clone https://github.com/original-repo-owner/original-repo.git
    
  2. CD Into the code:

    git clone https://github.com/yourusername/tic-tac-toe.git
    cd tic-tac-toe
  3. Create a new branch:

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

  5. Commit your changes:

    git commit -m "Add your descriptive commit message here"
  6. Push your changes:

    git push origin feature/your-feature-name
  7. Create a Pull Request: Go to the repository on GitHub and click "New Pull Request".