mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Merge pull request #1692 from mathbunnyru/asalikhov/pr_template
Add PR template
This commit is contained in:
14
.github/pull_request_template.md
vendored
Normal file
14
.github/pull_request_template.md
vendored
Normal 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 -->
|
@@ -1,5 +1,3 @@
|
|||||||
<!-- markdownlint-disable MD041 -->
|
|
||||||
|
|
||||||
Thanks for contributing! Please see the
|
Thanks for contributing! Please see the
|
||||||
**Contributor Guide** section in [the documentation](https://jupyter-docker-stacks.readthedocs.io/en/latest/) for
|
**Contributor Guide** section in [the documentation](https://jupyter-docker-stacks.readthedocs.io/en/latest/) for
|
||||||
information about how to contribute
|
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),
|
[tests](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/tests.html),
|
||||||
[features](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/features.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).
|
[community-maintained stacks](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/stacks.html).
|
||||||
|
|
||||||
|
<!-- markdownlint-disable-file MD041 -->
|
||||||
|
Reference in New Issue
Block a user