diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 39a849c..04d6063 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,7 @@ -- [ ] Read [CONTRIBUTING.md]](https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/CONTRIBUTING.md]) -- [ ] Added description -- [ ] Linked to and/or created issue \ No newline at end of file +- [ ] Read [CONTRIBUTING.md](https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/CONTRIBUTING.md]) +- [ ] Only edited files inside `source` folder (IMPORTANT) and commited them with a meaningful message +- [ ] Ran `generate-playground.sh`, no errors +- [ ] Opened playground, it worked fine +- [ ] Did not commit the changes caused by `generate-playground.sh` +- [ ] Linked to and/or created issue +- [ ] Added a description to PR