Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane authored Apr 9, 2024
1 parent b899536 commit bae2c83
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'kind: bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is. Do not hesitate to add screenshots or terminal outputs to help explain your problem.

**Technical context (please complete the following information):**
- OS: [e.g. Ubuntu-24.04, MacOS Sonoma-14.3.1,...]
- Architecture: [e.g. x86_64, Apple M1 Max,... ]
- Mmg version or git commit hash: [e.g. `v5.5.1` , ...]
- Compiler version: [e.g. `Apple clang version 15.0.0 (clang-1500.1.0.2.5)` , `gcc-9 (Homebrew GCC 9.5.0) 9.5.0`,... ]
- Mmg call: [e.g. through command line, in library mode using its API, ... ]

**To Reproduce**
Steps to reproduce the behavior:
1. Command line or provided arguments: ...
2. ...
3. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Additional context**
Add any other context about the problem here.

0 comments on commit bae2c83

Please sign in to comment.