Thank you for considering contributing to Code-Play-Pygame! We appreciate your interest in helping beginner developers learn game development with Pygame.
- Click the "Fork" button at the top right of the repository page to create your own copy.
Run the following command in your terminal:
Copy code
`git clone https://github.com/your-username/Code-Play-Pygame.git`
Use the following command to create a new branch:
Copy code
`git checkout -b your-branch-name`
- You can contribute in various ways, such as:
- Adding game templates.
- Sharing tutorials and resources.
- Improving documentation.
Ensure your contributions are beginner-friendly!
When you've made your changes, commit them with a meaningful message:
Copy code
`git commit -m "Brief description of your changes"`
Push your changes to your forked repository:
Copy code
`git push origin your-branch-name`
- Go to the original repository and click on "Pull Requests".
- Click on "New Pull Request".
- Select your branch and submit the pull request.
- Please follow the coding style used in the repository.
- Make sure to test your changes before submitting.
- If you're adding new resources or templates, provide a brief description.
If you find a bug or have a suggestion, please create an issue in the Issues section of the repository.
We look forward to your contributions and helping the community grow!