Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
chria authored Oct 28, 2024
1 parent f2f2a7b commit dffae5e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior: Please provide a complete [minimal reproducible example](https://en.wikipedia.org/wiki/Minimal_reproducible_example).

Please provide any reproducing reproducers in **C**.
If your issue is related to *modelDescription.xml* parsing, kindly provide relevant entries in _cleartext_.

**Observed behavior**
Please describe observed issues and provide error messages and log output in _cleartext_.

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

Please make sure that the expected behavior corresponds to the FMI specification, see [specification documents](https://fmi-standard.org/).

**Versions**
- Version, e.g., _3.0.a4_, current master or a particular commit
- any other relevant information about your environment

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

0 comments on commit dffae5e

Please sign in to comment.