1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-11-24 20:14:23 +01:00
wtfpython/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Vadim Nifadev 347f0df5fd #269: Update CONTRIBUTING guidelines, add PR and issue templates
- Add issue templates for bugs, translations and new snippets

- Add PR templates for general purpose, new snippets and translations
2024-11-19 09:23:44 +03:00

14 lines
525 B
Markdown
Vendored

## #(issue number): Summarize your changes
<!--Please include the reasons behind these changes and any relevant context.
This project only accepts pull requests related to open issues -->
<!--- Special phrase to auto-close the issue that your PR fixes -->
Closes # (issue number)
## Checklist before requesting a review
- [ ] 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)?