Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 956 Bytes

File metadata and controls

50 lines (37 loc) · 956 Bytes

Contributing to TacticalZero

Thanks for thinking about contributing. Here are some steps to follow.

How to Contribute

  1. Fork the repository

    • Click "Fork" on GitHub.
    • Clone your fork:
      git clone https://github.com/your-username/TacticalZero.git
    • Change directory:
      cd TacticalZero
  2. Create a new branch

    git checkout -b new-branch-name
  3. Make changes

    • Edit the code.
    • Try not to break things.
  4. Commit changes

    git commit -m "your message"
  5. Push to GitHub

    git push origin new-branch-name
  6. Submit a pull request

    • Open a pull request on GitHub.
    • Describe what you changed.

Guidelines

  • Follow the existing coding style.
  • Keep changes small and focused.
  • Be respectful.

Need Help?

If you have any questions, open an issue.