Skip to content

Pull Request Template

Most SplashKit repos have a default pull request template that you can use. Usage Example PRs will need to use the template below.

See the templates in the tabs below:

Remove the default template in the pull request, and instead, use the following template:

# Description
**Splashkit Function:** `function_name`
**Overview of example functionality:** _Describe the example and how it demonstrates the function._
**Example Output:** _Add an image, or gif (or relevant demo file) of the example code running._
# Files Included
- [ ] C++ code
- [ ] C# code (Top-Level statements)
- [ ] C# code (Object-Oriented Programming)
- [ ] Python code
- [ ] Relevant title for the example (.txt)
- [ ] Screenshot
# Usage Example Checks (READ CAREFULLY)
- [ ] Code uses Splashkit function above
- [ ] Code does not use non-Splashkit functions
- [ ] Code does not use extra function declarations or extra classes
- [ ] Code does not violate any of the Thoth Tech SplashKit Style Guide rules
- [ ] Simple, clear demonstration of the function
- [ ] Tested in Chrome and Firefox

Once submitted, move the associated planner card to peer review and link the pull request. Follow the Planner Board Etiquette for more details on the process.