From b59d707ead1c69a642fafaf6a5b965cf477b4864 Mon Sep 17 00:00:00 2001 From: robnester-rh Date: Fri, 3 Nov 2023 09:32:56 -0400 Subject: [PATCH 1/2] Update issue templates Adding initial issue template. --- .github/ISSUE_TEMPLATE/bug_report.md | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..581cfc4f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,45 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug, triage +assignees: '' + +--- + +## Describe the Bug + +_A clear and concise description of what the bug is, ideally within a sentence or two._ + +## Steps to Reproduce + +_Provide a detailed step by step description of how to reproduce the bug._ + +1. Run command '...' +2. With options '...' +3. See error '...' + +## Expected Behavior + +_A description of what you expected to happen._ + +## Actual Behavior + +_What actually happened._ + +## Screenshots or Terminal Output + +_If applicable, add screenshots or copy-paste the terminal output to help explain your problem._ + +## Environment Details + +- **Operating System:** +- **CLI Version:** +- **Shell:** +- **Additional context:** + +_Any other context about the problem here._ + +## Possible Solution + +_If you have a suggestion for how to fix the issue or identify what's going wrong, include it here._ From e8de7d9bd268ad691eb7357b2d15381fe826d223 Mon Sep 17 00:00:00 2001 From: robnester-rh Date: Fri, 3 Nov 2023 12:10:40 -0400 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Zoran Regvart --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 581cfc4f9..a4f70e323 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -34,7 +34,7 @@ _If applicable, add screenshots or copy-paste the terminal output to help explai ## Environment Details - **Operating System:** -- **CLI Version:** +- **`ec` CLI Version, run `ec version --short`:** - **Shell:** - **Additional context:**