mirror of
https://github.com/Wessel/boilerplate-c.git
synced 2026-07-23 16:17:11 +02:00
28 lines
551 B
Markdown
28 lines
551 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report an issue with c-boilerplate
|
|
title: "[BUG] Bug summed up in 1 sentence"
|
|
labels: bug
|
|
assignees: Wessel
|
|
|
|
---
|
|
|
|
**Please describe the problem you are having in as much detail as possible:**
|
|
|
|
|
|
**Include a reproducible code sample here, if possible:**
|
|
```c
|
|
// Place your code here
|
|
```
|
|
|
|
**Further details:**
|
|
- c-boilerplate version:
|
|
- gcc version:
|
|
- Operating system:
|
|
|
|
<!--
|
|
If this applies to you, please check the respective checkbox: [ ] becomes [x].
|
|
-->
|
|
|
|
- [ ] I have also tested the issue on latest master, commit hash:
|