From aa8c7b6f42532881b515f77ec1f9750d55ea4d0a Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Thu, 21 Jul 2022 17:03:08 +0100 Subject: [PATCH] Add link to contribution guidelines --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f66e579..c1501b3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,6 +23,7 @@ Please answer the following questions before submitting an issue. --> +- [ ] I read the [contribution guidelines](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md) - [ ] I checked the [documentation](https://speckle.guide/) and found no answer. - [ ] I checked to make sure that this issue has not [already been filed](../../issues) - [ ] I checked the [community forum](https://speckle.community/) for related discussions. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 82f5a16..654ee4f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -23,6 +23,7 @@ Please answer the following questions before submitting an issue. --> +- [ ] I read the [contribution guidelines](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md) - [ ] I checked the [documentation](https://speckle.guide/) and found no answer. - [ ] I checked to make sure that this issue has not [already been filed](../../issues). Please show your support for existing issues by liking it :+1:. - [ ] I checked the [community forum](https://speckle.community/) for related discussions.