ppc-lang/.github/ISSUE_TEMPLATE/bug-report.md

31 lines
716 B
Markdown
Raw Permalink Normal View History

2022-09-19 07:34:19 +00:00
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Title of the bug"
labels: ''
assignees: ''
---
**Description**
A clear and concise description of what the bug is.
**Source code**
A minimal reproducable ++C source code, that causes the issue
**Output**
Either an intermediate language output, or a binary output. Perferably, both
**Run output**
What is outputted, when the program is ran, if a GUI app, attach screenshots
**Desktop (please complete the following information):**
- OS: [e.g. Manjaro 21.2.4]
- Compiler version [e.g. 1.0.2]
**Used libraries:**
A list of all used libraries, with their versions
**Additional context**
Add any other context about the problem here.