Skip to content

Commit

Permalink
Create bugs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobiqua authored Dec 16, 2024
1 parent 00daa3a commit c10b10b
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name: Bug Report
about: Bug Report for this project
title: ''
labels: ''
assignees: ''
---

# Bug Report

## Description

Provide a clear and concise description of the bug.
What is the expected behavior, and what is happening instead?

## Steps to Reproduce

Provide steps to reproduce the bug:

1. ...
2. ...
3. ...

## Expected Behavior

Describe what you expected to happen.

## Actual Behavior

Describe what actually happens.

## Environment

- Compiler: [e.g., GCC, Clang]
- Compiler Version: [e.g., 11.2.0]
- Operating System: [e.g., Ubuntu 22.04]
- C++ Standard: [e.g., C++17, C++20]

## Logs or Screenshots

If applicable, add logs, error messages, or screenshots to help explain the issue.

## Additional Information

Add any other context about the problem here.

0 comments on commit c10b10b

Please sign in to comment.