From 4ea0430fe179e78368b1ac90ccee027685f0d7dc Mon Sep 17 00:00:00 2001 From: James Kim Date: Thu, 19 Sep 2024 00:17:00 -0400 Subject: [PATCH 1/3] Update bug report issue template adds section for foundry version --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 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 0000000..99c2cc2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +**Bug Description** +A clear and concise description of what the bug is. + +**Steps to Reproduce** + +1. Outline the steps to reproduce the bug. +2. Be specific and detailed to help developers replicate the issue. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment Information** + - Operating System: [e.g. Ubuntu 20.04] + - Package Version (or commit hash): [e.g. v0.0.1-alpha-1] + +**Foundry Version.** +Run `forge --version` and paste the output here + +**Configurations:** +Command line flags or environment variables you're using. + +**Additional context** +Add any other context about the problem here. From 28a69b9f003383fb9679c8993ec0c81acb17154f Mon Sep 17 00:00:00 2001 From: James Kim Date: Thu, 19 Sep 2024 00:19:48 -0400 Subject: [PATCH 2/3] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++--------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 99c2cc2..d4a3b41 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,32 +7,17 @@ assignees: '' --- - +**Environment information** + - Operating System: [e.g. Linux, macOS, Windows] + - Supersim Version: [e.g. v0.0.1-alpha-1] -**Bug Description** +**Foundry version.** +Run `forge --version` and paste the output here + +**Describe the bug** A clear and concise description of what the bug is. -**Steps to Reproduce** +**Steps to reproduce** 1. Outline the steps to reproduce the bug. 2. Be specific and detailed to help developers replicate the issue. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Environment Information** - - Operating System: [e.g. Ubuntu 20.04] - - Package Version (or commit hash): [e.g. v0.0.1-alpha-1] - -**Foundry Version.** -Run `forge --version` and paste the output here - -**Configurations:** -Command line flags or environment variables you're using. - -**Additional context** -Add any other context about the problem here. From e701200657f00735de3565a6c2d047f0b21e0d26 Mon Sep 17 00:00:00 2001 From: James Kim Date: Thu, 19 Sep 2024 14:24:03 -0400 Subject: [PATCH 3/3] Update bug_report.md --- .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 d4a3b41..b8854df 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: '' --- **Environment information** - - Operating System: [e.g. Linux, macOS, Windows] + - Operating System: [e.g. Ubuntu 24.04, macOS Sonoma 14.7, Windows 11] - Supersim Version: [e.g. v0.0.1-alpha-1] **Foundry version.**