1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-11-24 20:14:23 +01:00
wtfpython/.github/PULL_REQUEST_TEMPLATE/new_snippet.md

16 lines
720 B
Markdown
Raw Normal View History

## #(issue number): Summarize your changes
<!--- This project only accepts pull requests related to open issuesIf
Please discuss all questions in an issue first -->
<!--- Special phrase to auto-close the issue that your PR fixes -->
Closes # (issue number)
## Checklist before requesting a review
- [ ] Have you written simple and understandable explanation?
- [ ] Have you added new snippet into `snippets/` with suitable name and number?
- [ ] Have you updated Table of content? (later will be done by pre-commit)
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../../CONTRIBUTING.md)?
- [ ] Have you performed a self-review?
- [ ] Have you added yourself into [CONTRIBUTORS.md](../../CONTRIBUTORS.md)?