From fbe7b2865827b22714aabb4061f9e00a78fc07b9 Mon Sep 17 00:00:00 2001 From: Sai-Suraj-27 Date: Mon, 14 Aug 2023 14:37:43 +0530 Subject: [PATCH] Updated the issue templates to add a 'Read the docs' section. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- .github/ISSUE_TEMPLATE/config.yaml | 7 +++++-- .github/ISSUE_TEMPLATE/feature_request.yaml | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 03b963b3..95739200 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,4 +1,4 @@ -name: Bug report +name: "\U0001F41E Bug report" description: Create a report to help us improve labels: ["bug"] body: @@ -53,4 +53,4 @@ body: label: gprMax version placeholder: gprMax v.3.1.6 validations: - required: false + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml index 9e6cfade..942f9e79 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -1,7 +1,10 @@ blank_issues_enabled: false contact_links: - - name: gprMax support + - name: "๐Ÿ“š Read docs" + url: https://docs.gprmax.com/en/devel/ + about: Find your solution from our documenations + - name: "๐Ÿ˜Š gprMax support" url: https://groups.google.com/g/gprmax about: | Please only file issues here that you believe represent actual bugs or feature requests for the gprMax software. - If you're having general trouble with using gprMax, please visit our help center to get support. + If you're having general trouble with using gprMax, please visit our help center to get support. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 905acd15..11e5790c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,4 +1,4 @@ -name: Feature request +name: "๐ŸŒŸFeature request" description: Suggest an idea for gprMax software labels: ["feature-request"] body: @@ -17,4 +17,4 @@ body: id: context attributes: label: Additional context - description: Add any other context about the feature request here. + description: Add any other context about the feature request here.