Skip to content

Latest commit

ย 

History

History
67 lines (38 loc) ยท 1.42 KB

CONTRIBUTING.md

File metadata and controls

67 lines (38 loc) ยท 1.42 KB

Contributing to Tic Tac Toe

Welcome! We appreciate your interest in contributing to the Tic Tac Toe project. Follow the steps below to make your contribution:

Ways to Contribute

  • Bug Reports: If you find a bug, open an issue.

  • Feature Requests: Suggest new features or improvements by opening a feature request issue.

  • Code Contributions: Submit a pull request for bug fixes or new features.

  • Documentation: Help improve documentation by fixing errors or adding content.

Getting Started

Follow these steps for contributions:

  1. Fork the Repository: Click the "Fork" button on GitHub to create your copy.

  2. Clone Your Fork:

    git clone https://github.com/yourusername/Tic-Tac-Toe.git
  3. Create a Branch:

    git checkout -b your-branch-name
  4. Make Changes: Implement your changes.

  5. Commit Your Changes:

    git commit -m "Description of your changes"
  6. Push Your Changes:

    git push -u origin your-branch-name
  7. Create a Pull Request: Submit your changes for review.

Guidelines

  • Follow the coding style used in the project.

  • Document your contributions.

  • Test your changes.

  • Respect the existing codebase.

  • Be open to feedback.

Code of Conduct

Read and adhere to our Code of Conduct.

License

This project is licensed under the MIT License.