From 61ac69a2782cfae5f131a1579f82590650a234ef Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Fri, 27 Dec 2019 04:31:38 -0800 Subject: [PATCH 1/4] Update v1-bug-report.md --- .github/ISSUE_TEMPLATE/v1-bug-report.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/v1-bug-report.md b/.github/ISSUE_TEMPLATE/v1-bug-report.md index f051613..e524619 100644 --- a/.github/ISSUE_TEMPLATE/v1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/v1-bug-report.md @@ -32,9 +32,13 @@ A clear and concise description of what the bug is. Describe the steps or code required to reproduce the behavior +## Observed behavior + +What did you see happen immediately after the reproduction steps above? + ## Expected behavior -A clear and concise description of what you expected to happen. +What would you have expected to happen immediately after the reproduction steps above? ## Additional context From 13f3b2949716f4a65109e53d1014e5d6d0ecf76a Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Fri, 27 Dec 2019 04:32:02 -0800 Subject: [PATCH 2/4] Update v2-bug-report.md --- .github/ISSUE_TEMPLATE/v2-bug-report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/v2-bug-report.md b/.github/ISSUE_TEMPLATE/v2-bug-report.md index 4d60eee..34f2350 100644 --- a/.github/ISSUE_TEMPLATE/v2-bug-report.md +++ b/.github/ISSUE_TEMPLATE/v2-bug-report.md @@ -32,9 +32,9 @@ A clear and concise description of what the bug is. Describe the steps or code required to reproduce the behavior -## Expected behavior +## Observed behavior -A clear and concise description of what you expected to happen. +What did you see happen immediately after the reproduction steps above? ## Additional context From 726724e85082a86fbe2099a8bb20832db5f2d408 Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Fri, 27 Dec 2019 04:52:51 -0800 Subject: [PATCH 3/4] fix bad copy paste, h/t @rliebz --- .github/ISSUE_TEMPLATE/v2-bug-report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/v2-bug-report.md b/.github/ISSUE_TEMPLATE/v2-bug-report.md index 34f2350..7412f70 100644 --- a/.github/ISSUE_TEMPLATE/v2-bug-report.md +++ b/.github/ISSUE_TEMPLATE/v2-bug-report.md @@ -28,14 +28,14 @@ _**( Put the version of urfave/cli that you are using here )**_ A clear and concise description of what the bug is. -## To reproduce - -Describe the steps or code required to reproduce the behavior - ## Observed behavior What did you see happen immediately after the reproduction steps above? +## Expected behavior + +What would you have expected to happen immediately after the reproduction steps above? + ## Additional context Add any other context about the problem here. From 31ff2100f563f23d020d8740b58f469a92887106 Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Fri, 27 Dec 2019 04:54:31 -0800 Subject: [PATCH 4/4] fix more copy paste tragedy --- .github/ISSUE_TEMPLATE/v2-bug-report.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/v2-bug-report.md b/.github/ISSUE_TEMPLATE/v2-bug-report.md index 7412f70..8d688a9 100644 --- a/.github/ISSUE_TEMPLATE/v2-bug-report.md +++ b/.github/ISSUE_TEMPLATE/v2-bug-report.md @@ -28,6 +28,10 @@ _**( Put the version of urfave/cli that you are using here )**_ A clear and concise description of what the bug is. +## To reproduce + +Describe the steps or code required to reproduce the behavior + ## Observed behavior What did you see happen immediately after the reproduction steps above?