Skip to content

Commit

Permalink
Merge pull request #33 from tscnlab/JZauner-patch-1
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
spitschan authored Sep 25, 2024
2 parents 25a1651 + 264d9d2 commit 952dac7
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve LightLogR
title: "[BUG]"
labels: bug
assignees: ''

---

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

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

**To Reproduce**
Steps to reproduce the behavior:

Please include a minimal reproducible example (AKA a reprex). If you've never heard of a [reprex](http://reprex.tidyverse.org/) before, start by reading <https://www.tidyverse.org/help/#reprex>.

Brief description of the problem

```r
# insert reprex here
```

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Feature request
about: Suggest an idea to enhance LightLogR's functionality and usefullness
title: "[FEATURE]"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen or of the feature. If your Idea is related to a publication, please provide the DOI and help us by providing the relevant bits (e.g., formulas).

***New devices:*** If you have data from a device that is not yet [supported](https://tscnlab.github.io/LightLogR/articles/Import.html#from-which-devices-can-i-import-data), please provide

- the device name and manufacturer
- example data file (ideally for a few days)
- a description of what the columns contain in clear text
- a description of how the files can deviate. Examples are: data does not always start at the same line, delimiters/decimal separators depend on your locale setting (e.g. comma vs. semicolon), the number of columns can change, etc.

***New visualizations***: please provide an image for what you have in mind and concisely describe what it is about the image you would like to see in LightLogR

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

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 952dac7

Please sign in to comment.