mirror of
https://codeberg.org/scip/gfn.git
synced 2025-12-16 18:30:57 +01:00
- fixed issue#1: break endless loop for non-codes - added config file support - added logo - added unit tests - added ci test pipeline - added issue templates - added binary release builder - enhanced documentation - made the number of columns flexible based on word size
32 lines
727 B
Markdown
32 lines
727 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[bug-report]"
|
|
labels: bug
|
|
assignees: TLINDEN
|
|
|
|
---
|
|
|
|
**Description**
|
|
<!-- Please provide a clear and concise description of the issue: -->
|
|
|
|
|
|
**Steps To Reproduce**
|
|
<!-- Please detail the steps to reproduce the behavior, add the -d flag: -->
|
|
|
|
|
|
**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: gfn -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**
|