From 46773aa9d329ec24efe080612daf5c5de2aa5dbd Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:54:41 +0100 Subject: [PATCH] Add link to speckle-server contribution guide --- .github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE.md index 2d1a264..7316ac9 100644 --- a/.github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE.md @@ -78,14 +78,9 @@ addressed, and remove any items that are not relevant to this PR. --> -- [ ] My pull request follows the guidelines in the Contributing document? - +- [ ] My pull request follows the guidelines in the [Contributing guide](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md)? - [ ] My pull request does not duplicate any other open [Pull Requests](../../../pulls) for the same update/change? - - [ ] My commits are related to the pull request and do not amend unrelated code or documentation. - - [ ] My code follows a similar style to existing code. - - [ ] I have added appropriate tests. - - [ ] I have updated or added relevant documentation.