Thanks for thinking about contributing. Here are some steps to follow.
-
Fork the repository
- Click "Fork" on GitHub.
- Clone your fork:
git clone https://github.com/your-username/TacticalZero.git
- Change directory:
cd TacticalZero
-
Create a new branch
git checkout -b new-branch-name
-
Make changes
- Edit the code.
- Try not to break things.
-
Commit changes
git commit -m "your message" -
Push to GitHub
git push origin new-branch-name
-
Submit a pull request
- Open a pull request on GitHub.
- Describe what you changed.
- Follow the existing coding style.
- Keep changes small and focused.
- Be respectful.
If you have any questions, open an issue.