Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<!-- For more information on Pull Requests, you can reference here: https://success.vanillaforums.com/kb/articles/228-using-pull-requests-to-contribute -->
## Describe your changes


## Non-obvious technical information


## Checklist before requesting a review
<!--- These are suggested things you could add, but what you add will be dependent on your repository's standards. --->
- [ ] The code runs successfully.
Expand All @@ -13,5 +15,3 @@ print("Oh, it def does run successfully.")
```

- [ ] I ran `make lint` and have made the bulk of changes that it has requested.
- [ ] The `Lint` GitHub Action step is passing.
- Manually run `make format` to correct the errors.