From d58f605866677a5977f17f44d3b0989e54d0e582 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Thu, 24 Feb 2022 12:30:36 -0800 Subject: [PATCH] Update issue templates Updated calc Bug report --- .github/ISSUE_TEMPLATE/calc-bug-report.md | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/calc-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/calc-bug-report.md b/.github/ISSUE_TEMPLATE/calc-bug-report.md new file mode 100644 index 0000000..be48ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/calc-bug-report.md @@ -0,0 +1,68 @@ +--- +name: Calc bug report +about: Create a report to help us improve +title: 'Bug: XXX-change-this-part-XXX' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +0. How you started calc + I.e., provide the command line you used to launch calc + +1. Calc commands and their output + Please provide any calc commands you entered on the the terminal. + Please provide the calc command line output inline as well. + If the above is long, please attach a file. + + Or if you cannot compile calc: The make command you used try and compile calc + and all error and warning messages produced during that action. If long, consider + attaching a file. + +2. Indicate where the problem is + Referring to the information for step 1 above, indicate where the problem is to be found + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**make debug attachment** +IMPORTANT: Please attach the output from `make debug`. + +**Screenshots** +If applicable, attach screenshots to help explain your problem. + +**Execution environment (please complete the following information):** + - OS: + E.g., macOS, FreeBSD, Linux, Windows 11, etc. + + - OS version: + E.g., Preferred: give the output of `uname -a` + or if no uname command, a description of the OS version/release you are using + + - OS distribution: + E.g., macOS Monterey, contents of /etc/redhat-releaseor /etc/os-release, etc. + + - Calc Version + E.g., output of calc -v + or if you cannot compile calc, the version you downloaded and from where it came from + + - Shell and shell version + E.g.., bash, zsh, power shell, etc. + and the version of the shell you are using, if known + +**Calc mods** +If you have modified the calc source for some reason, please description what you modified. +Please consider attaching a patch (diff -u) between an official calc release and the source +you are using. + +**Patch** +If you have a recommended code patch to address the problem, please attach your file + +**Additional context** +Add any other context about the problem here.