Contributing
May 14, 2025 ยท View on GitHub
Contributions are welcome! If you find a bug or have a suggestion, please open an issue or a pull request. I especially appreciate any help keeping up with endpoint and data model changes.
Pull Requests
Fork the project
- Fork the project to your own GitHub profile.
- Clone the forked repository onto your local machine.
git remote add upstream https://github.com/JoshGuarino/PokeGoto create a remote handle to the upstream repo.git pull upstream mainto ensure you have the latest main code.git checkout -b branch-name(replacing branch-name with a suitable name) to create a branch for your changes.
Push it
git add .to stage your changed files.git commit -m 'commit message'(replacing commit message with a description of the work done) to commit your changes.git push my-fork-name branch-nameto push your changes to your own GitHub repository.- Go to the PokeGo GitHub repo and you should see your recently pushed branches.
- Follow GitHub's instructions to submit a pull request.
Issues
If you find a bug or have a suggestion, please open an issue.
Please include as much information as possible, such as steps to reproduce the issue and any error messages.
It would also be helpful if you could provide a code snippet or example that demonstrates the issue.
Also let me know if you have any problems with creating a pull request.