Files
calc/.github/ISSUE_TEMPLATE/calc-bug-report.md
Landon Curt Noll 6f27a32f79 Calc bug report template version: 1.2 2022-02-24
Added template version and made a minor edit
2022-02-24 12:42:32 -08:00

2.2 KiB

name, about, title, labels, assignees
name about title labels assignees
Calc bug report Create a report to help us improve Bug: XXX-change-this-part-XXX bug

Calc bug report template version: 1.2 2022-02-24

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. How you started calc I.e., provide the command line you used to launch calc

  2. 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.

  3. 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.

Attach make debug output 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.