From b76e654e62d706c656997e5083d809701d2d6ca9 Mon Sep 17 00:00:00 2001 From: Shammamah Hossain Date: Thu, 20 Jun 2019 15:25:24 -0400 Subject: [PATCH] Fix broken link to contributing guidelines. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 228cf09700..1a66a491bc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ - [ ] I have broken down my PR scope into the following TODO tasks - [ ] task 1 - [ ] task 2 -- [ ] I have run the tests locally and they passed. (refer to testing section in [contributing](../CONTRIBUTING.md)) +- [ ] I have run the tests locally and they passed. (refer to testing section in [contributing](https://github.com/plotly/dash/blob/master/CONTRIBUTING.md)) - [ ] I have added tests, or extended existing tests, to cover any new features or bugs fixed in this PR ### optionals