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.
-
Clone the repository:
git clone https://github.com/original-repo-owner/original-repo.git
-
CD Into the code:
git clone https://github.com/yourusername/tic-tac-toe.git cd tic-tac-toe
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes: Edit the files in your local repository.
-
Commit your changes:
git commit -m "Add your descriptive commit message here"
-
Push your changes:
git push origin feature/your-feature-name
-
Create a Pull Request: Go to the repository on GitHub and click "New Pull Request".