Merge pull request #1692 from mathbunnyru/asalikhov/pr_template

Add PR template
This commit is contained in:
Ayaz Salikhov
2022-05-13 18:02:53 +03:00
committed by GitHub
2 changed files with 16 additions and 2 deletions

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

@@ -0,0 +1,14 @@
## Describe your changes
## Issue ticket if applicable
<!-- Example - 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
- [ ] I have updated the documentation for significant changes
<!-- markdownlint-disable-file MD041 -->

View File

@@ -1,5 +1,3 @@
<!-- markdownlint-disable MD041 -->
Thanks for contributing! Please see the
**Contributor Guide** section in [the documentation](https://jupyter-docker-stacks.readthedocs.io/en/latest/) for
information about how to contribute
@@ -8,3 +6,5 @@ information about how to contribute
[tests](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/tests.html),
[features](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/features.html),
[community-maintained stacks](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/stacks.html).
<!-- markdownlint-disable-file MD041 -->