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 28, 2024
1 parent 88ede28 commit feb38f0
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

Please provide all information requested 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 allowing somebody else to get the same behavior as you are observing.
If your example needs a dataset, 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 publicly available dataset or randomly generated data. Do not send large files via email, but provide a download link to the dataset in the issue report.

**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/ ?
- PhysOcean 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 feb38f0

Please sign in to comment.