From 9447f7818312e414579e42daf046bc2a95390fa9 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@gmail.com> Date: Wed, 9 Dec 2020 19:37:23 +0900 Subject: [PATCH] Add result of irb_info to issue template --- .github/ISSUE_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a3377bcff..953726006 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,6 +2,21 @@ What are your expected behavior and actual behavior of your environment? +## Result of irb_info + +Please past the result of `irb_info` command in IRB. + +ex.) + +``` +irb(main):001:0> irb_info +=> +Ruby version: 3.0.0 +IRB version: irb 1.2.7 (2020-09-19) +InputMethod: ReidlineInputMethod with Reline 0.1.9 and /home/aycabta/.inputrc +.irbrc path: /home/aycabta/.irbrc +``` + ## Terminal Emulator What's your terminal emulator?