23 lines
1018 B
Markdown
23 lines
1018 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
This form is only for bug reports. For questions, feature requests, or feedback use our [Github discussions](https://github.com/carissalow/rapids/discussions)
|
|
|
|
Please make sure to:
|
|
|
|
* [ ] Debug and simplify the problem to create a minimal example. For example, reduce the problem to a single participant, sensor, and a few rows of data.
|
|
* [ ] Provide a clear and succinct description of the problem (expected behavior vs actual behavior).
|
|
* [ ] Attach your `config.yaml`, time segments file, and time zones file if appropriate.
|
|
* [ ] Attach test data if possible, and any screenshots or extra resources that will help us debug the problem.
|
|
* [ ] Share the commit you are running: `git rev-parse --short HEAD`
|
|
* [ ] Share your OS version (e.g. Windows 10)
|
|
* [ ] Share the device/sensor your are processing (e.g. phone accelerometer)
|
|
|
|
<!-- You can erase any parts of this template not applicable to your Issue. -->
|