Skip to content

Commit

Permalink
add template
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Mar 27, 2024
1 parent cb65517 commit 7c1dfbb
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---


__Please provide all information reuested here__

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

**To Reproduce**
Please provide a minimal julia code example which reproduces the behavior (bug, performance regression, ...).
An example is reproducible if it includes all steps allow somebody else to get the same behavior as you are observing.
If your example needs a data set, reduce the size of the data so that it can be easily shared. If your dataset is private,
try to reproduce the error with a public available dataset or random data. Do not send large files via emails.

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

**Environment**
- operating system: [e.g. Ubuntu XX.YY]
- output of the julia command versioninfo()
- do you use the official binaries from https://julialang.org/downloads/ ?
- DINCAE version

** Full output **

In case of an error, please paste the *full* error message and stack trace.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context (optional)**
Add any other context about the feature request here.

0 comments on commit 7c1dfbb

Please sign in to comment.