mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
71 lines
2.2 KiB
Markdown
71 lines
2.2 KiB
Markdown
---
|
|
name: Calc bug report
|
|
about: Create a report to help us improve
|
|
title: 'Bug: XXX-change-this-part-XXX'
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
Calc bug report template version: 1.3 2022-11-27
|
|
|
|
**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 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.
|
|
|
|
**Attach debug.out**
|
|
IMPORTANT: Please run `make debug` and then attach the `debug.out` file.
|
|
|
|
**Screen shots**
|
|
If applicable, attach screen shots 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 13.0.1, contents of /etc/redhat-release, or /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.
|