From 8340b2340ea59905b03cb05853da9256f2bb62a0 Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Thu, 5 Sep 2024 15:26:31 -0700 Subject: [PATCH] chore: update bug report template with Relay version section (#437) --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a9c8db85..4327fcd0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,11 +24,11 @@ A clear and concise description of what you expected to happen. **Logs** If applicable, add any log output related to your problem. -**SDK version** -The version of this SDK that you are using. +**Relay Version(s)** +Version of Relay that has the problem. -**Language version, developer tools** -For instance, Go 1.11 or Ruby 2.5.3. If you are using a language that requires a separate compiler, such as C, please include the name and version of the compiler too. +**SDK Names and Version(s)** +Names and versions of the SDKs that are communicating with Relay, if applicable. **OS/platform** For instance, Ubuntu 16.04, Windows 10, or Android 4.0.3. If your code is running in a browser, please also include the browser type and version.