From 67c36d22a9e077677e318acf13a153de0d5b0513 Mon Sep 17 00:00:00 2001 From: KuhnChris Date: Thu, 25 Oct 2018 20:44:53 +0200 Subject: [PATCH 1/2] Fix broken URL in GitHub Pull Request Template Fix the broken URL to contribution document in pull request template. Fixes: #2529 - https://github.com/gitcoinco/web/issues/2529 --- .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 082b677024d..8171e52e1ba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Thank you for your pull request. Please provide a description above and review the requirements below. - Contributors guide: https://github.com/gitcoinco/web/blob/contributing/CONTRIBUTING.md + Contributors guide: https://github.com/gitcoinco/web/blob/master/docs/CONTRIBUTING.md --> ##### Description From 27943b0352b164985e7063863bbd6e6c485e9b01 Mon Sep 17 00:00:00 2001 From: KuhnChris Date: Thu, 25 Oct 2018 20:56:06 +0200 Subject: [PATCH 2/2] Update to new URL as requested Additional URL change --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8171e52e1ba..fb2395fe34d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Thank you for your pull request. Please provide a description above and review the requirements below. - Contributors guide: https://github.com/gitcoinco/web/blob/master/docs/CONTRIBUTING.md + Contributors guide: https://docs.gitcoin.co/mk_contributors/ --> ##### Description @@ -15,7 +15,7 @@ - [ ] linter status: 100% pass - [ ] changes don't break existing behavior -- [ ] commit message follows [commit guidelines](https://github.com/gitcoinco/web/blob/master/docs/CONTRIBUTING.md#step-4-commit) +- [ ] commit message follows [commit guidelines](https://docs.gitcoin.co/mk_contributors/#step-4-commit) ##### Affected core subsystem(s)