Add PR template

This commit is contained in:
Ayaz Salikhov
2022-05-02 03:08:35 +03:00
parent 17762c3e80
commit 1ec2cdce2f

13
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,13 @@
<!-- markdownlint-disable MD041 -->
## Describe your changes
## Issue ticket if applicable
<!-- Fix: https://github.com/jupyter/docker-stacks/issues/0 -->
## Checklist (especially for first-time contributors)
- [ ] I have performed a self-review of my code
- [ ] If it is a core feature, I have added thorough tests
- [ ] I will try not to use force-push to make the review process easier for reviewers