-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88ede28
commit feb38f0
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |