mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 04:21:01 +01:00
* add gh actions and templates * add show-versions in Makefile * force go 1.20 * added test facilities
32 lines
710 B
Markdown
32 lines
710 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[bug-report]"
|
|
labels: bug
|
|
assignees: TLINDEN
|
|
|
|
---
|
|
|
|
**Describtion**
|
|
<!-- Please provide a clear and concise description of the issue: -->
|
|
|
|
|
|
**Steps To Reproduce**
|
|
<!-- Please detail the steps to reproduce the behavior: -->
|
|
|
|
|
|
**Expected behavior**
|
|
<!-- What do you expected to happen instead? -->
|
|
|
|
|
|
**Version information**
|
|
<!--
|
|
Please provide as much version information as possible:
|
|
- if you have just installed a binary, provide the output of: rpn -v
|
|
- if you installed from source, provide the output of: make show-version
|
|
- provide additional details: operating system and version and shell environment
|
|
-->
|
|
|
|
|
|
**Additional informations**
|