Skip to content

Commit

Permalink
DOCS-#3960: Fix links to the contributing page. (#3961)
Browse files Browse the repository at this point in the history
* DOCS-#3960: Fix links to the contributing page.

Signed-off-by: mvashishtha <mahesh@ponder.io>
Co-authored-by: Dmitry Chigarev <62142979+dchigarev@users.noreply.github.com>
  • Loading branch information
mvashishtha and dchigarev committed Jan 14, 2022
1 parent 34732cb commit 81a06d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!--
Thank you for your contribution!
Please review the contributing docs: https://modin.readthedocs.io/en/latest/CONTRIBUTING.html
Please review the contributing docs: https://modin.readthedocs.io/en/latest/developer/contributing.html
if you have questions about contributing.
-->

## What do these changes do?

<!-- Please give a short brief about these changes. -->

- [ ] commit message follows format outlined [here](https://modin.readthedocs.io/en/latest/contributing.html)
- [ ] commit message follows format outlined [here](https://modin.readthedocs.io/en/latest/developer/contributing.html#commit-message-formatting)
- [ ] passes `flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py`
- [ ] passes `black --check modin/ asv_bench/benchmarks scripts/doc_checker.py`
- [ ] signed commit with `git commit -s` <!-- you can amend your commit with a signature via `git commit -amend -s` -->
Expand Down

0 comments on commit 81a06d6

Please sign in to comment.